Skip to content

Commit

Permalink
Merge pull request #592 from Furisto/exclude-autogenerated
Browse files Browse the repository at this point in the history
Ignore autogenerated code
  • Loading branch information
tsturzl authored Jan 4, 2022
2 parents de6385f + ac7c16a commit f378fd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ comment:
layout: "header, diff"
behavior: default
require_changes: false

ignore:
- "crates/integration_test"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
cargo llvm-cov clean --workspace
cargo llvm-cov --no-report
cargo llvm-cov --no-run --lcov --output-path ./coverage.lcov
cargo llvm-cov --no-run --lcov --ignore-filename-regex "libseccomp/src|integration_test/src|test_framework/src|systemd_api.rs" --output-path ./coverage.lcov
- name: Upload Youki Code Coverage Results
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit f378fd0

Please sign in to comment.