codecov: ignore cashu/nostr (#378)

* codecov: ignore cashu/nostr

* adjust codecov call in regtest
This commit is contained in:
callebtc
2024-07-12 18:59:06 +02:00
committed by GitHub
parent 069e9476d4
commit a019fb76fc
2 changed files with 3 additions and 3 deletions

3
.github/codecov.yml vendored
View File

@@ -7,3 +7,6 @@ coverage:
# 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"

View File

@@ -77,6 +77,3 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml