Skip to content

Commit

Permalink
Fix Code Climate test coverage upload (#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 12, 2018
1 parent 2de715f commit e5935d2
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 cucumber
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 e5935d2

Please sign in to comment.