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 d91b7e2 commit e6296fe
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ 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
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
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Generate code coverage
run: cargo +nightly tarpaulin -p boringtun --verbose --all-features --out xml
- name: Print PR report
Expand Down

0 comments on commit e6296fe

Please sign in to comment.