Skip to content

Commit

Permalink
Fix Code Climate test coverage upload (RefugeRestrooms#486)
Browse files Browse the repository at this point in the history
Adds "--prefix /refugerestrooms" to the cc-test-reporter command.
  • Loading branch information
stardust66 authored and DeeDeeG committed Jun 13, 2018
1 parent ffa9d14 commit 00efa6e
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 @@ -12,4 +12,4 @@ before_script:
script:
- docker-compose run -e "RAILS_ENV=test" web rake db:test:prepare spec
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT --prefix /refugerestrooms

0 comments on commit 00efa6e

Please sign in to comment.