mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update codecov action
This commit is contained in:
parent
e59d4652bf
commit
8a9cabb3df
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -93,10 +93,10 @@ jobs:
|
|||
|
||||
- name: Upload coverage data
|
||||
if: "env.IS_PYPY == 'false'"
|
||||
uses: codecov/codecov-action@v1
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: coverage.xml
|
||||
files: coverage.xml
|
||||
flags: unittests
|
||||
name: py-${{ matrix.python-version }}-${{ matrix.os }}
|
||||
fail_ci_if_error: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue