diff options
| author | tmoharir <tmoharir@deloitte.com> | 2021-06-12 20:05:22 +0530 |
|---|---|---|
| committer | tmoharir <tmoharir@deloitte.com> | 2021-06-12 20:05:22 +0530 |
| commit | 3033bed2d152bc900eaafe37b5e99557c525c297 (patch) | |
| tree | ef1d12eeaa78692c5f93b47baa17512c203dc70f /.github | |
| parent | 87bb4f370a69817e790297ecaa90c46ea8d4272b (diff) | |
| download | python-setuptools-git-3033bed2d152bc900eaafe37b5e99557c525c297.tar.gz | |
Removing files option from codecov and reverting tox change for coverage command
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ded3232..ee594f22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,6 @@ jobs: uses: codecov/codecov-action@v1 with: functionalities: gcov - files: ./coverage.xml verbose: true # optional (default = false) release: |
