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

Commit

Permalink
report dir problems
Browse files Browse the repository at this point in the history
  • Loading branch information
nfstein committed Apr 9, 2019
1 parent 2025670 commit c424eb0
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 @@ -19,7 +19,7 @@ script:
- export DEVOPS_REPORT_DIR=$TRAVIS_BUILD_DIR/devops_insights/
- mkdir -p $DEVOPS_REPORT_DIR
- npm test && npm run coveralls && /tmp/standard-npm-devops/do_devops.sh
- nyc report --reporter=cobertura > $DEVOPS_REPORT_DIR/cobertura-coverage.xml
- nyc report --reporter=cobertura --report-dir=$DEVOPS_REPORT_DIR
- mocha --reporter=json > $DEVOPS_REPORT_DIR/mocha-unittest.json
- idra --publishtestresult --filelocation=$DEVOPS_REPORT_DIR/cobertura-coverage.xml --env=$BRANCH --type=code --drilldownurl=$TRAVIS_JOB_WEB_URL
- idra --publishtestresult --filelocation=$DEVOPS_REPORT_DIR/mocha-unittest.json --env=$BRANCH --type=unittest --drilldownurl=$TRAVIS_JOB_WEB_URL
Expand Down

0 comments on commit c424eb0

Please sign in to comment.