-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pom: add dependency to System Rules * refactor: call direclty System.exit() * refactor: update binaries * test: use System Rules to expect a System.exit(0) * ci: remove system property
- Loading branch information
Showing
32 changed files
with
48 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,6 @@ jobs: | |
- name: Prepare resources binaries | ||
run: ./src/compile-and-clean-test-projects.sh | ||
- name: Export MAVEN_HOME, run tests and collect coverage | ||
run: export MAVEN_HOME=`mvn --version | grep 'Maven home' | sed -e 's/Maven h.* //'` && echo "🎉 ${MAVEN_HOME}" && mvn test -DnoExitForTesting=true jacoco:report | ||
run: export MAVEN_HOME=`mvn --version | grep 'Maven home' | sed -e 's/Maven h.* //'` && echo "🎉 ${MAVEN_HOME}" && mvn test jacoco:report | ||
- name: Report coverage to Codecov | ||
uses: codecov/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-25 Bytes
(99%)
src/main/resources/runner-classes/eu/stamp_project/testrunner/runner/JUnit4Runner.class
Binary file not shown.
Binary file modified
BIN
-25 Bytes
(100%)
src/main/resources/runner-classes/eu/stamp_project/testrunner/runner/JUnit5Runner.class
Binary file not shown.
Binary file modified
BIN
-25 Bytes
(99%)
...urces/runner-classes/eu/stamp_project/testrunner/runner/coverage/JUnit4JacocoRunner.class
Binary file not shown.
Binary file modified
BIN
-25 Bytes
(99%)
...amp_project/testrunner/runner/coverage/JUnit4JacocoRunnerCoveredResultPerTestMethod.class
Binary file not shown.
Binary file modified
BIN
-25 Bytes
(99%)
...classes/eu/stamp_project/testrunner/runner/coverage/JUnit4JacocoRunnerPerTestMethod.class
Binary file not shown.
Binary file modified
BIN
-25 Bytes
(99%)
...runner-classes/eu/stamp_project/testrunner/runner/coverage/JUnit4OnlineJacocoRunner.class
Binary file not shown.
Binary file modified
BIN
-25 Bytes
(99%)
...urces/runner-classes/eu/stamp_project/testrunner/runner/coverage/JUnit5JacocoRunner.class
Binary file not shown.
Binary file modified
BIN
-25 Bytes
(99%)
...amp_project/testrunner/runner/coverage/JUnit5JacocoRunnerCoveredResultPerTestMethod.class
Binary file not shown.
Binary file modified
BIN
-25 Bytes
(99%)
...classes/eu/stamp_project/testrunner/runner/coverage/JUnit5JacocoRunnerPerTestMethod.class
Binary file not shown.
Binary file modified
BIN
-25 Bytes
(99%)
...runner-classes/eu/stamp_project/testrunner/runner/coverage/JUnit5OnlineJacocoRunner.class
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
...ces/runner-classes/eu/stamp_project/testrunner/utils/ConstantsHelper$MutationEngine.class
Binary file not shown.
Binary file modified
BIN
-129 Bytes
(94%)
src/main/resources/runner-classes/eu/stamp_project/testrunner/utils/ConstantsHelper.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters