mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 20:14:21 +01:00
13 lines
326 B
YAML
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"
|