Skip to content

Commit 2342328

Browse files
vid277cdxker
authored andcommitted
fix: update pr code coverage ci action
1 parent 862f9e3 commit 2342328

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/code-coverage-pr.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,8 @@ jobs:
2727
MNEMONIC: ${{ secrets.TEST_MNEMONIC }}
2828
MNEMONIC_TO: ${{ secrets.TEST_MNEMONIC_TO }}
2929
IS_TESTNET: "true"
30-
run: cargo test --all
3130
run: |
3231
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"
3732
- name: Post Coverage Comment on PR
3833
if: github.event_name == 'pull_request'
3934
uses: 5monkeys/cobertura-action@v14

0 commit comments

Comments
 (0)