diff options
| author | tanvimoharir <74228962+tanvimoharir@users.noreply.github.com> | 2021-06-12 19:51:37 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 19:51:37 +0530 |
| commit | 87bb4f370a69817e790297ecaa90c46ea8d4272b (patch) | |
| tree | 6b1018907c04fb0dcac2e106083a95f67cf59d84 /.github/workflows | |
| parent | 458e5f8411bba0ddcb8aa7d691955f173bf207ce (diff) | |
| download | python-setuptools-git-87bb4f370a69817e790297ecaa90c46ea8d4272b.tar.gz | |
Using codecov action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd1b913c..3ded3232 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,11 @@ jobs: - name: Run tests run: tox - name: Upload coverage to Codecov - run: tox -e coverage,codecov + uses: codecov/codecov-action@v1 + with: + functionalities: gcov + files: ./coverage.xml + verbose: true # optional (default = false) release: needs: test |
