We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94cede commit b97f78bCopy full SHA for b97f78b
.github/workflows/coverage.yml
@@ -12,13 +12,6 @@ jobs:
12
image: xd009642/tarpaulin:develop-nightly
13
options: --security-opt seccomp=unconfined
14
steps:
15
- # - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
- # with:
17
- # ref: ${{ github.event.pull_request.base.sha }}
18
- # - name: Generate base code coverage
19
- # run: |
20
- # cargo +nightly tarpaulin -p boringtun --verbose --all-features --out xml
21
- # mv ./lcov.info ./base.lcov.info
22
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
- name: Generate code coverage
24
run: cargo +nightly tarpaulin -p boringtun --verbose --all-features --out xml
0 commit comments