diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/github-actions.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3649ca5..8fe9144 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -166,9 +166,6 @@ jobs: TOXPYTHON: '${{ matrix.toxpython }}' run: > tox -e ${{ matrix.tox_env }} -v - - name: process coverage report - run: > - coverage xml - uses: actions/checkout@master - uses: codecov/codecov-action@v3 with: |
