diff options
| author | tanvimoharir <74228962+tanvimoharir@users.noreply.github.com> | 2021-06-02 13:43:07 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-02 13:43:07 +0530 |
| commit | 75e09fd3451f6b4fe71fa2249ce258ea99ac4589 (patch) | |
| tree | 729d9de951c3fe1e2cf3789950e0b5dbc700aca8 /.github/workflows | |
| parent | de4b060909522e678173a9492f2bded8cd959235 (diff) | |
| download | python-setuptools-git-75e09fd3451f6b4fe71fa2249ce258ea99ac4589.tar.gz | |
Updating configuration
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db93a817..9b29a7bf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,11 @@ jobs: python -m pip install tox - name: Run tests run: tox + - name: After tests + run: tox -e coverage,codecov - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: - token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true release: |
