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