diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-11 10:28:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 10:28:28 -0400 |
| commit | 38974172d0ff7ead2a2b212c92f303438bcdf1a2 (patch) | |
| tree | 360e2d4c7138ca7e0a06f81ee5d0a0017df60d7b | |
| parent | 3f20c10f04c7777a3dafa3033be05cc07d9e0bb0 (diff) | |
| parent | ef9b8dd0b12de5833a7967bea8719cd33cea216a (diff) | |
| download | python-setuptools-git-38974172d0ff7ead2a2b212c92f303438bcdf1a2.tar.gz | |
Merge pull request #2726 from pypa/trim-codecov
Remove gcov exclusion. Defaults are fine.
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f277d416..c0916fa7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,13 +24,12 @@ jobs: python -m pip install tox - name: Run tests run: tox -- --cov-report xml - - name: Upload coverage to Codecov + - name: Publish coverage uses: codecov/codecov-action@v1 with: flags: >- # Mark which lines are covered by which envs ${{ runner.os }}, ${{ matrix.python }} - functionalities: gcov # disable C coverage autodiscovery release: needs: test |
