Use codecov@v3 action
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
-ignore-filename-regex="\/Tests\/" \
|
-ignore-filename-regex="\/Tests\/" \
|
||||||
-instr-profile=.build/debug/codecov/default.profdata > info.lcov
|
-instr-profile=.build/debug/codecov/default.profdata > info.lcov
|
||||||
- name: Upload to codecov.io
|
- name: Upload to codecov.io
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
file: info.lcov
|
file: info.lcov
|
||||||
linux:
|
linux:
|
||||||
@@ -57,6 +57,6 @@ jobs:
|
|||||||
-ignore-filename-regex="\/Tests\/" \
|
-ignore-filename-regex="\/Tests\/" \
|
||||||
-instr-profile .build/debug/codecov/default.profdata > info.lcov
|
-instr-profile .build/debug/codecov/default.profdata > info.lcov
|
||||||
- name: Upload to codecov.io
|
- name: Upload to codecov.io
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
file: info.lcov
|
file: info.lcov
|
||||||
|
|||||||
Reference in New Issue
Block a user