Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
cobertura is code
Browse files Browse the repository at this point in the history
  • Loading branch information
nfstein committed Apr 8, 2019
1 parent c4b857a commit b3cd2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:
script:
- npm test && npm run coveralls && /tmp/standard-npm-devops/do_devops.sh
- nyc report --reporter=cobertura
- idra --publishtestresult --filelocation=$TRAVIS_BUILD_DIR/coverage/cobertura-coverage.xml --type=unittest --env=$TRAVIS_BRANCH --drilldownurl=$TRAVIS_BUILD_DIR
- idra --publishtestresult --filelocation=$TRAVIS_BUILD_DIR/coverage/cobertura-coverage.xml --type=code --env=$TRAVIS_BRANCH --drilldownurl=$TRAVIS_BUILD_DIR
- idra --evaluategate --policy=devex-languages-base --forcedecision=true
after_success:
- idra --publishbuildrecord --branch=$TRAVIS_PULL_REQUEST_BRANCH --repositoryurl=$GIT_URL --commitid=$TRAVIS_COMMIT --status="pass"
Expand Down

0 comments on commit b3cd2f3

Please sign in to comment.