From 72ce89d39ef70c5deb9c3af18bd23a6fb25974fb Mon Sep 17 00:00:00 2001 From: pohmelie Date: Wed, 12 Jul 2023 19:55:20 +0400 Subject: [PATCH] ci: do not upload coverage on pull requests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78755da..8f37e23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: pip install -e ./[tests] pytest - uses: codecov/codecov-action@v2 + if: github.ref == 'refs/heads/master' with: fail_ci_if_error: true verbose: true