Switch to codecov v3 (#458)

This commit is contained in:
Arthur Sonzogni 2022-08-15 15:00:28 +02:00 committed by GitHub
parent d755356481
commit 36460fea2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ jobs:
ctest -C Debug --rerun-failed --output-on-failure; ctest -C Debug --rerun-failed --output-on-failure;
- name: Publish to codecov - name: Publish to codecov
uses: codecov/codecov-action@v2 uses: codecov/codecov-action@v3
with: with:
flags: ${{ runner.os }} flags: ${{ runner.os }}
name: ${{ runner.os }}-coverage name: ${{ runner.os }}-coverage