Skip to content

Commit

Permalink
well rust coverage is dash
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed May 10, 2024
1 parent 854ee02 commit ae0c4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: ./dependencies.sh -yd

- name: Install file configuration
run: sudo ./configure.sh -yd
run: sudo bash ./configure.sh -yd

- name: run tests with coverage
run: cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --bin chsr --bin sr --exclude-files capable* capable-ebpf/src/vmlinux.rs capable/src/main.rs build.rs --out Xml
Expand Down

0 comments on commit ae0c4fc

Please sign in to comment.