Skip to content

Commit b97f78b

Browse files
committed
.
1 parent d94cede commit b97f78b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ jobs:
1212
image: xd009642/tarpaulin:develop-nightly
1313
options: --security-opt seccomp=unconfined
1414
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
2215
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
2316
- name: Generate code coverage
2417
run: cargo +nightly tarpaulin -p boringtun --verbose --all-features --out xml

0 commit comments

Comments
 (0)