From 34c29d4b3161563b52b29ee89013010b30f9b63b Mon Sep 17 00:00:00 2001 From: Alexandre Mutel Date: Sun, 19 Apr 2020 11:08:08 +0200 Subject: [PATCH] Fix CI coverage.info --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d704c9..19db791 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: if: github.event_name == 'push' with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: src/${{env.PROJECT_NAME}}.Tests/coverage.netcoreapp2.1.info + path-to-lcov: src/${{env.PROJECT_NAME}}.Tests/coverage.info - name: Pack run: dotnet pack src -c Release