Skip to content

Commit

Permalink
Merge pull request #13 from cryptape/feature/coverage
Browse files Browse the repository at this point in the history
ci: fix cov ignore path
  • Loading branch information
doitian authored Dec 16, 2024
2 parents 1284f5e + b8c6002 commit ef23ace
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
- name: Collect Report
run: |
grcov target/coverage --binary-path "target/debug/" \
-s src -t lcov --branch --ignore-not-existing \
--ignore "*/tests/*" \
--ignore "*/tests.rs" \
-s . -t lcov --branch --ignore-not-existing \
--ignore "src/tests.rs" \
-o coverage-report.info
- name: Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit ef23ace

Please sign in to comment.