Skip to content

Commit d94cede

Browse files
committed
.
1 parent e8a03b7 commit d94cede

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ 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
1522
- 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-
with:
24-
ref: ${{ github.event.pull_request.head.sha }}
2523
- name: Generate code coverage
2624
run: cargo +nightly tarpaulin -p boringtun --verbose --all-features --out xml
2725
- name: Print PR report

0 commit comments

Comments
 (0)