1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-04-26 03:45:29 +02:00

Ignore autogenerated code

This commit is contained in:
Furisto 2022-01-04 18:15:51 +01:00
parent de6385fdb2
commit ac7c16aa04
2 changed files with 1 additions and 4 deletions

View File

@ -13,6 +13,3 @@ comment:
layout: "header, diff"
behavior: default
require_changes: false
ignore:
- "crates/integration_test"

View File

@ -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: