Skip to content

Commit

Permalink
Add strategy matrix to code coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Oct 24, 2021
1 parent 7e96118 commit 47e8427
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Expand Up @@ -39,6 +39,9 @@ jobs:
coverage:
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [netcoreapp3.1, net5.0]
steps:
- uses: actions/checkout@v2
- name: Download Code Coverage Results
Expand Down

0 comments on commit 47e8427

Please sign in to comment.