mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 12:04:21 +01:00
codecov: ignore cashu/nostr (#378)
* codecov: ignore cashu/nostr * adjust codecov call in regtest
This commit is contained in:
3
.github/codecov.yml
vendored
3
.github/codecov.yml
vendored
@@ -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"
|
||||
|
||||
3
.github/workflows/regtest.yml
vendored
3
.github/workflows/regtest.yml
vendored
@@ -77,6 +77,3 @@ jobs:
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./coverage.xml
|
||||
|
||||
Reference in New Issue
Block a user