diff --git a/.github/codecov.yml b/.github/codecov.yml index b966124..dec096d 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -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" diff --git a/.github/workflows/regtest.yml b/.github/workflows/regtest.yml index b585848..63f33b8 100644 --- a/.github/workflows/regtest.yml +++ b/.github/workflows/regtest.yml @@ -77,6 +77,3 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: ./coverage.xml