Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
unrenamed committed Aug 29, 2023
1 parent 1e7166c commit 6f0af27
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@ jobs:

coverage:
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
# container:
# image: xd009642/tarpaulin:develop-nightly
# options: --security-opt seccomp=unconfined
steps:
- name: Install coverage tool
run: |
cargo install cargo-tarpaulin
- name: Checkout repository
uses: actions/checkout@v3
- name: Generate code coverage
Expand Down

0 comments on commit 6f0af27

Please sign in to comment.