mirror of https://github.com/nucypher/nucypher.git
Use latest version of codecov action for github workflow.
parent
6d94680d88
commit
55440023ae
|
@ -142,7 +142,7 @@ jobs:
|
|||
# Only upload coverage files after all tests have passed
|
||||
- name: Upload unit tests coverage to Codecov
|
||||
if: matrix.python-version == '3.12'
|
||||
uses: codecov/codecov-action@v3.1.1
|
||||
uses: codecov/codecov-action@v4.3.0
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: unit-coverage.xml
|
||||
|
@ -152,7 +152,7 @@ jobs:
|
|||
|
||||
- name: Upload integration tests coverage to Codecov
|
||||
if: matrix.python-version == '3.12'
|
||||
uses: codecov/codecov-action@v3.1.1
|
||||
uses: codecov/codecov-action@v4.3.0
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: integration-coverage.xml
|
||||
|
@ -162,7 +162,7 @@ jobs:
|
|||
|
||||
- name: Upload acceptance tests coverage to Codecov
|
||||
if: matrix.python-version == '3.12'
|
||||
uses: codecov/codecov-action@v3.1.1
|
||||
uses: codecov/codecov-action@v4.3.0
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
directory: tests/acceptance
|
||||
|
|
Loading…
Reference in New Issue