Skip to content

Commit

Permalink
Merge pull request #412 from corgibytes/limit-coverage-collection
Browse files Browse the repository at this point in the history
Limits code coverage reporting to Linux
  • Loading branch information
mscottford authored Nov 9, 2021
2 parents a361673 + 5a8db51 commit e1cccaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:

- name: Upload Coverage Files
uses: actions/upload-artifact@v2
if: matrix.os == 'ubuntu-latest'
with:
name: "coverage-${{ matrix.config.os }}"
path: "${{github.workspace}}/coverage-${{ matrix.config.os }}.info"
Expand Down

0 comments on commit e1cccaf

Please sign in to comment.