Skip to content

Commit

Permalink
Merge branch 'main' into close-range
Browse files Browse the repository at this point in the history
  • Loading branch information
Furisto committed Mar 6, 2022
2 parents c9f3f2f + ba9215c commit 8b6c80e
Show file tree
Hide file tree
Showing 12 changed files with 173 additions and 1,046 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
./crates/youki: crates/youki/**
./crates/libcontainer: crates/libcontainer/**
./crates/libcgroups: crates/libcgroups/**
./crates/libseccomp: crates/libseccomp/**
./crates/integration_test: crates/integration_test/**
./runtimetest : runtimetest/**
check:
Expand Down Expand Up @@ -93,7 +92,7 @@ jobs:
run: |
cargo llvm-cov clean --workspace
cargo llvm-cov --no-report
cargo llvm-cov --no-run --lcov --ignore-filename-regex "libseccomp/src|integration_test/src|test_framework/src|systemd_api.rs" --output-path ./coverage.lcov
cargo llvm-cov --no-run --lcov --ignore-filename-regex "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
Loading

0 comments on commit 8b6c80e

Please sign in to comment.