Skip to content

Commit 3c3b978

Browse files
authored
ECONDEC-79: Try to replace Travis CI with Github action for continuous integration (#83)
* Add github actions config, but build fails because of netbean dependencies that come with gephi [decision] We keep building and testing with TravisCI! [/decision]
1 parent a74a8ab commit 3c3b978

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 CURES
3+
Copyright (c) 2021 Software Engineering Research Group, Heidelberg University
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# cures-condec-eclipse
22

3-
[![Build Status](https://travis-ci.org/cures-hub/cures-condec-eclipse.svg?branch=master)](https://travis-ci.org/cures-hub/cures-condec-eclipse)
3+
[![Build Status](https://app.travis-ci.com/cures-hub/cures-condec-eclipse.svg?branch=master)](https://app.travis-ci.com/cures-hub/cures-condec-eclipse)
44
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d05c885619e24c5d8fb9113e203d10a4)](https://www.codacy.com/gh/cures-hub/cures-condec-eclipse/dashboard?utm_source=github.com&utm_medium=referral&utm_content=cures-hub/cures-condec-eclipse&utm_campaign=Badge_Grade)
55
[![Codecoverage](https://codecov.io/gh/cures-hub/cures-condec-eclipse/branch/master/graph/badge.svg)](https://codecov.io/gh/cures-hub/cures-condec-eclipse/branch/master)
66
[![GitHub contributors](https://img.shields.io/github/contributors/cures-hub/cures-condec-eclipse.svg)](https://github.com/cures-hub/cures-condec-eclipse/graphs/contributors)
77

8-
The CURES ConDec Eclipse plug-in enables the user to capture and explore decision knowledge in Eclipse. Decision knowledge covers knowledge about decisions, the problems they address, solution proposals, their context, and justifications (rationale). The user explores linked knowledge elements for code, such as requirements, work items, decision knowledge elements, and commits. The knowledge elements are extracted from the Jira and git projects associated to the Eclipse project. Trace links between code files and Jira issues are created via the Jira issue identifier in commit messages. The user captures decision knowledge in code comments and commit messages.
8+
The ConDec Eclipse plug-in enables the user to capture and explore decision knowledge in Eclipse.
9+
Decision knowledge covers knowledge about decisions, the problems they address, solution proposals, their context, and justifications (rationale).
10+
The user explores linked knowledge elements for code, such as requirements, work items, decision knowledge elements, and commits.
11+
The knowledge elements are extracted from the Jira and git projects associated to the Eclipse project.
12+
Trace links between code files and Jira issues are created via the Jira issue identifier in commit messages.
13+
The user captures decision knowledge in code comments and commit messages.
914

1015
## User Interface and Usage Description
1116

0 commit comments

Comments
 (0)