ci: upgrade codecov action (#196)
Upgrades codecov-action in order to fix codecov errors CI, for example: https://github.com/mmcloughlin/avo/runs/3389170262?check_suite_focus=true#step:10:11 See codecov/codecov-action#322.
This commit is contained in:
committed by
GitHub
parent
3a219c8d3a
commit
b935256fa5
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -44,16 +44,16 @@ jobs:
|
|||||||
run: ./script/coverage
|
run: ./script/coverage
|
||||||
|
|
||||||
- name: Upload Unit Test Coverage
|
- name: Upload Unit Test Coverage
|
||||||
uses: codecov/codecov-action@967e2b38a85a62bd61be5529ada27ebc109948c2 #v1.4.1
|
uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 # v2.0.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
file: unittests.coverprofile
|
files: unittests.coverprofile
|
||||||
flags: unittests
|
flags: unittests
|
||||||
- name: Upload Integration Test Coverage
|
- name: Upload Integration Test Coverage
|
||||||
uses: codecov/codecov-action@967e2b38a85a62bd61be5529ada27ebc109948c2 #v1.4.1
|
uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 # v2.0.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
file: integration.coverprofile
|
files: integration.coverprofile
|
||||||
flags: integration
|
flags: integration
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
Reference in New Issue
Block a user