Skip to content

Commit

Permalink
Очередная копипаста без раздумий
Browse files Browse the repository at this point in the history
  • Loading branch information
K1rL3s committed Jan 17, 2024
1 parent d04eeab commit 74b2970
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ jobs:
[[ "$IS_WINDOWS" == "false" ]] && flags="$flags --redis redis://localhost:6379/0"
pytest $flags
- name: Upload coverage data
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml
flags: unittests
name: py-${{ matrix.python-version }}-${{ matrix.os }}
fail_ci_if_error: true
# - name: Upload coverage data
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: coverage.xml
# flags: unittests
# name: py-${{ matrix.python-version }}-${{ matrix.os }}
# fail_ci_if_error: true

pypy-tests:
strategy:
Expand Down

0 comments on commit 74b2970

Please sign in to comment.