diff options
| author | Tanvi Moharir <74228962+tanvimoharir@users.noreply.github.com> | 2021-07-07 22:16:59 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-07 22:16:59 +0530 |
| commit | 8d252d30019d248e0e5cfbbc911280b9a8c0c95e (patch) | |
| tree | b14e438359ccba1612cf57b8bf17abed441a1c4f /.github/workflows | |
| parent | 224b542346982d7ab433e289d74dc38d90c9f92f (diff) | |
| download | python-setuptools-git-8d252d30019d248e0e5cfbbc911280b9a8c0c95e.tar.gz | |
Update .github/workflows/main.yml
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6843262d..69ae9f8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,16 +19,16 @@ jobs: run: | python -m pip install tox - name: Run tests - run: tox - - name: Install coveragepy tool - run: pip install coverage + run: tox -- --junit-xml=.test-results/pytest/cov.xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: - flags: >- + file: .test-results/pytest/cov.xml # Explicitly point at the correct coverage report + flags: >- # Mark which lines are covered by which envs GHA, ${{ runner.os }}, ${{ matrix.python }} + functionalities: gcov # disable C coverage autodiscovery release: needs: test |
