1
0
mirror of https://github.com/containers/youki synced 2024-11-23 09:21:57 +01:00

Organize the workflows to adapt Makefile.

This commit is contained in:
utam0k 2022-03-21 21:31:31 +09:00
parent bc566d84bb
commit d9286ad45c
No known key found for this signature in database
GPG Key ID: 14ACDDE088DF059E
2 changed files with 1 additions and 3 deletions

@ -42,8 +42,6 @@ jobs:
wget -q https://github.com/opencontainers/runc/releases/download/v1.1.0/runc.amd64
sudo mv runc.amd64 /usr/bin/runc
sudo chmod 755 /usr/bin/runc
- name: Build
run: make build
- name: Validate tests on runc
run: cd scripts && ./rust_integration_tests.sh runc
- name: Validate tests on youki

@ -98,7 +98,7 @@ jobs:
cd ./crates
cargo llvm-cov clean --workspace
cargo llvm-cov --no-report
cargo llvm-cov --no-run --lcov --ignore-filename-regex "integration_test/src|test_framework/src|systemd_api.rs" --output-path ./coverage.lcov
cargo llvm-cov --no-run --lcov --ignore-filename-regex "libcgroups/src/systemd/dbus/systemd_api.rs" --output-path ./coverage.lcov
- name: Upload Youki Code Coverage Results
uses: codecov/codecov-action@v2
with: