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

Commit

Permalink
disable coverage PR checks (paritytech#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeddes authored Jun 22, 2023
1 parent 050bdf7 commit b18a0df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
coverage:
status:
project: off
patch: off
github_checks:
annotations: false
ignore:
- "core/packages/contracts/test/mocks"
- "core/packages/contracts/src/utils"
# Forge's coverage analysis isn't able to handle functions with internal linkage in libraries
- "core/packages/contracts/src/ScaleCodec.sol"
- "core/packages/contracts/src/SubstrateTypes.sol"
- "parachain/tools"
Expand Down

0 comments on commit b18a0df

Please sign in to comment.