From eb94f9d4fcde58bb37b1e68c939559c57f63c1cb Mon Sep 17 00:00:00 2001 From: jbannon Date: Sat, 7 May 2022 05:43:25 +0000 Subject: [PATCH] try v3 --- .github/workflows/build_lint_test.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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