Skip to content

Commit

Permalink
[ci][coverage] Make explict coverage for unittests in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thoni56 committed Jul 6, 2021
1 parent a6d949b commit 0abed17
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 @@ -18,9 +18,9 @@ before_install:

script:
- cd src
- make ci-unit
# Separate coverage for unittest to Codecov
- cd unittests
- make COVERAGE=--coverage
- bash <(curl -s https://codecov.io/bash) -X gcovout
- cd ..
# Now reset coverage and run everything
Expand Down

0 comments on commit 0abed17

Please sign in to comment.