mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-26 08:03:44 +00:00
Use Codecov action v5 and tolerate upload errors
This commit is contained in:
parent
039c97455e
commit
004b05db65
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -66,6 +66,7 @@ jobs:
|
|||
DJANGO: ${{ matrix.django-version }}
|
||||
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v3
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
name: Python ${{ matrix.python-version }}
|
||||
fail_ci_if_error: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue