Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Improve codecov (paritytech#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes authored Jun 19, 2023
1 parent cbc5fa5 commit 001cdc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ethereum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
with:
working-directory: core/packages/contracts
files: lcov.info
flags: solidity
1 change: 1 addition & 0 deletions .github/workflows/parachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
with:
working-directory: parachain
files: cobertura.xml
flags: rust

check-cumulus-bridgehub:
runs-on: snowbridge-runner
Expand Down
11 changes: 11 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github_checks:
annotations: false
ignore:
- "core/packages/contracts/test/mocks"
- "core/packages/contracts/src/utils"
Expand All @@ -8,3 +10,12 @@ ignore:
- "parachain/pallets/ethereum-beacon-client/src/benchmarking"
- "parachain/pallets/ethereum-beacon-client/src/weights.rs"
- "core/packages/contracts/src/DeployScript.sol"
flags:
solidity:
paths:
- core/packages/contracts
carryforward: true
rust:
paths:
- parachain
carryforward: true

0 comments on commit 001cdc8

Please sign in to comment.