From 7921c0aa19ee3fe53c1a5d8870e6826529ab1fbd Mon Sep 17 00:00:00 2001 From: jbannon Date: Sat, 7 May 2022 05:45:41 +0000 Subject: [PATCH] missing dash --- .github/workflows/build_lint_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_lint_test.yaml b/.github/workflows/build_lint_test.yaml index 570644cf..618717e1 100644 --- a/.github/workflows/build_lint_test.yaml +++ b/.github/workflows/build_lint_test.yaml @@ -30,6 +30,6 @@ jobs: run: | ./tools/test xml - name: Upload code coverage to codecov.io - - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v3 with: files: ./coverage.xml \ No newline at end of file