Migrate to codecov-action@v3

This commit is contained in:
Jordan Brown
2022-09-13 20:55:31 -04:00
parent 6960525688
commit 59afcf04da
+2 -2
View File
@@ -520,14 +520,14 @@ jobs:
path: ./code_coverage/integration_tests/windows_integration_tests_release_system
- name: Upload Unit Test Coverage to CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
directory: ./code_coverage/unit_tests
flags: unittests
fail_ci_if_error: true
- name: Upload Integration Test Coverage to CodeCov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
directory: ./code_coverage/integration_tests
flags: integration