From a019fb76fc91bbb13f5980ee66f7b57f7b6b94ca Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:59:06 +0200 Subject: [PATCH] codecov: ignore cashu/nostr (#378) * codecov: ignore cashu/nostr * adjust codecov call in regtest --- .github/codecov.yml | 3 +++ .github/workflows/regtest.yml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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