Use codecov@v3 action

This commit is contained in:
Adam Fowler
2023-01-17 14:45:31 +00:00
parent fa56176223
commit 48918c1d2a

View File

@@ -30,7 +30,7 @@ jobs:
-ignore-filename-regex="\/Tests\/" \
-instr-profile=.build/debug/codecov/default.profdata > info.lcov
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: info.lcov
linux:
@@ -57,6 +57,6 @@ jobs:
-ignore-filename-regex="\/Tests\/" \
-instr-profile .build/debug/codecov/default.profdata > info.lcov
- name: Upload to codecov.io
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
file: info.lcov