File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,14 @@ jobs:
12
12
image : xd009642/tarpaulin:develop-nightly
13
13
options : --security-opt seccomp=unconfined
14
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
15
22
- 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 }}
25
23
- name : Generate code coverage
26
24
run : cargo +nightly tarpaulin -p boringtun --verbose --all-features --out xml
27
25
- name : Print PR report
You can’t perform that action at this time.
0 commit comments