Skip to content

Commit

Permalink
Tweak coverage scope
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 11, 2024
1 parent cf85e75 commit d52bfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Collect coverage
run: |
curl -sL https://github.com/mozilla/grcov/releases/download/v0.8.19/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar -xjf-
./grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --keep-only 'repology-*/*' -o coverage.lcov
./grcov . --binary-path ./target/debug/deps/ -s . -t lcov --branch --ignore-not-existing --keep-only 'repology-webapp/*' --keep-only 'repology-common/*' -o coverage.lcov
- name: Submit coverage
if: ${{ github.actor != 'dependabot[bot]' && github.event_name != 'pull_request' }}
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit d52bfc9

Please sign in to comment.