Skip to content

Commit

Permalink
Fixed coverage file merging step.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer authored Apr 15, 2024
1 parent db9f769 commit e7ba7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install 'lcov-result-merger'
run: npm i -g lcov-result-merger
- name: Merge Test Coverage
run: lcov-result-merger "**/coverage.info" "lcov.info"
run: lcov-result-merger "**/coverage.info" "lcov.info" --legacy-temp-file

- name: Upload to Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit e7ba7d2

Please sign in to comment.