From 9e812fadfec4a04b57e4e841973d8ed5c4af83f0 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 11 Oct 2021 18:18:03 -0700 Subject: [PATCH] Attempt to fix publish to Codecov. --- .github/workflows/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index c477cc6..3be4ef1 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -29,6 +29,6 @@ jobs: - uses: codecov/codecov-action@v2 name: Publish coverage to Codecov with: - files: ./coverage/lcov.info + files: ${{env.working-directory}}/coverage/lcov.info fail_ci_if_error: true verbose: true