We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf6d80 commit 12384baCopy full SHA for 12384ba
.github/workflows/build.yml
@@ -22,4 +22,6 @@ jobs:
22
shell: pwsh
23
run: ./ci-build.ps1 "${{matrix.options.framework}}"
24
- name: Test
25
- run: dotnet test --no-restore --verbosity normal
+ run: dotnet test --no-restore --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
26
+ - name: Codecov
27
+ uses: codecov/codecov-action@v1
0 commit comments