Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanowsk committed Oct 8, 2024
1 parent d94cede commit b97f78b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ jobs:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
steps:
# - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
# with:
# ref: ${{ github.event.pull_request.base.sha }}
# - name: Generate base code coverage
# run: |
# cargo +nightly tarpaulin -p boringtun --verbose --all-features --out xml
# mv ./lcov.info ./base.lcov.info
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Generate code coverage
run: cargo +nightly tarpaulin -p boringtun --verbose --all-features --out xml
Expand Down

0 comments on commit b97f78b

Please sign in to comment.