Skip to content

Commit

Permalink
Fix CI coverage.info
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Apr 19, 2020
1 parent f8426e3 commit 34c29d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34c29d4

Please sign in to comment.