diff --git a/.github/workflows/build_lint_test.yaml b/.github/workflows/build_lint_test.yaml index 500e43c1..570644cf 100644 --- a/.github/workflows/build_lint_test.yaml +++ b/.github/workflows/build_lint_test.yaml @@ -29,10 +29,7 @@ jobs: - name: Run tests with coverage run: | ./tools/test xml - - uses: actions/checkout@master - - uses: codecov/codecov-action@v2 + - name: Upload code coverage to codecov.io + - uses: codecov/codecov-action@v3 with: - files: ./coverage.xml - name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false) \ No newline at end of file + files: ./coverage.xml \ No newline at end of file