Files
nutshell/.github/codecov.yml
callebtc a019fb76fc codecov: ignore cashu/nostr (#378)
* codecov: ignore cashu/nostr

* adjust codecov call in regtest
2024-07-12 18:59:06 +02:00

13 lines
326 B
YAML

coverage:
status:
patch: off
project:
default:
target: auto
# adjust accordingly based on how flaky your tests are
# this allows a 10% drop from the previous base commit coverage
threshold: 10%
# ignore any files in cashu/nostr
ignore:
- "cashu/nostr"