Skip to content

Commit

Permalink
chore: change the path to the coverage info file
Browse files Browse the repository at this point in the history
  • Loading branch information
Teodor92 committed Dec 16, 2023
1 parent fe2cde1 commit e98cba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --logger "trx" /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
run: dotnet test --logger "trx" /p:CollectCoverage=true /p:CoverletOutputFormat=lcov /p:CoverletOutput=TestResults/

- name: Upload Test Results
uses: actions/upload-artifact@v2
Expand All @@ -39,4 +39,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './test/MoreDotNet.Test/coverage.net8.0.info'
path-to-lcov: './test/MoreDotNet.Test/coverage.info'

0 comments on commit e98cba5

Please sign in to comment.