Specify where the coverage report is
This commit is contained in:
parent
fd0931f9c2
commit
584e5827a1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- "bin/travis_script.sh $TEST_SUITE"
|
- "bin/travis_script.sh $TEST_SUITE"
|
||||||
after_success:
|
after_success:
|
||||||
- - bash <(curl -Ls https://coverage.codacy.com/get.sh)
|
- - bash <(curl -Ls https://coverage.codacy.com/get.sh) -r coverage/coverage.xml
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue