diff options
Diffstat (limited to '.github/workflows/github-actions.yml')
| -rw-r--r-- | .github/workflows/github-actions.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index ae9a20b..88ad0fc 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -165,8 +165,3 @@ jobs: TOXPYTHON: '${{ matrix.toxpython }}' run: > tox -e ${{ matrix.tox_env }} -v - - uses: actions/checkout@master - - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos - files: ./coverage.xml |
