We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862f9e3 commit 2342328Copy full SHA for 2342328
1 file changed
.github/workflows/code-coverage-pr.yaml
@@ -27,13 +27,8 @@ jobs:
27
MNEMONIC: ${{ secrets.TEST_MNEMONIC }}
28
MNEMONIC_TO: ${{ secrets.TEST_MNEMONIC_TO }}
29
IS_TESTNET: "true"
30
- run: cargo test --all
31
run: |
32
cargo tarpaulin --all-targets --exclude-files "target/*" --count --out xml
33
- env:
34
- MNEMONIC: ${{ secrets.TEST_MNEMONIC }}
35
- MNEMONIC_TO: ${{ secrets.TEST_MNEMONIC_TO }}
36
- IS_TESTNET: "true"
37
- name: Post Coverage Comment on PR
38
if: github.event_name == 'pull_request'
39
uses: 5monkeys/cobertura-action@v14
0 commit comments