We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1ff2e commit 5220148Copy full SHA for 5220148
.github/workflows/dotnet.yml
@@ -126,12 +126,6 @@ jobs:
126
- name: Test
127
run: |
128
dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage" --logger "GitHubActions;summary.includeSkippedTests=true" -- RunConfiguration.CollectSourceInformation=true DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.DeterministicReport=true
129
- - name: Upload coverage to artifacts
130
- if: matrix.os == 'ubuntu-latest'
131
- uses: actions/upload-artifact@v3
132
- with:
133
- name: coverage
134
- path: '**/coverage.cobertura.xml'
135
- name: Upload coverage to codecov.io
136
if: matrix.os == 'ubuntu-latest'
137
uses: codecov/codecov-action@v3
0 commit comments