diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-11 08:52:49 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-11 08:52:49 -0400 |
| commit | ef9b8dd0b12de5833a7967bea8719cd33cea216a (patch) | |
| tree | 360e2d4c7138ca7e0a06f81ee5d0a0017df60d7b /.github/workflows | |
| parent | 3f20c10f04c7777a3dafa3033be05cc07d9e0bb0 (diff) | |
| download | python-setuptools-git-ef9b8dd0b12de5833a7967bea8719cd33cea216a.tar.gz | |
Remove gcov exclusion. Defaults are fine.
Diffstat (limited to '.github/workflows')
| -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 |
