-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #173 from itsallcode/develop
2.0.0
- Loading branch information
Showing
98 changed files
with
3,355 additions
and
1,897 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -16,11 +16,13 @@ cache: | |
|
||
before_script: | ||
- pip install --user codecov | ||
- version=$(grep -oP '(?<=^ <version>)[^<]*' pom.xml) | ||
|
||
before_install: | ||
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- | ||
|
||
script: | ||
- echo "Parsed the version $version from pom.xml" | ||
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install | ||
|
||
after_success: | ||
|
@@ -30,7 +32,7 @@ addons: | |
coverity_scan: | ||
project: | ||
name: itsallcode/openfasttrace | ||
version: 0.5.4 | ||
version: $version | ||
description: OpenFastTrace requirement tracing | ||
notification_email: [email protected] | ||
build_command_prepend: mvn clean | ||
|
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
Oops, something went wrong.