Removed dependencies from coverage report
This commit is contained in:
parent
3aaabf1c83
commit
e704c07341
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ script:
|
|||
- make test
|
||||
after_success:
|
||||
- make coveralls
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- bash <(curl -s https://codecov.io/bash) -g 'dependencies/*'
|
||||
after_failure:
|
||||
- cat Testing/Temporary/LastTest.log samples/*.{out,err} ../samples/tests/*.{out,err}
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue