Skip to content

Commit 5220148

Browse files
committed
remove coverage artifact upload
1 parent 3d1ff2e commit 5220148

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: .github/workflows/dotnet.yml

-6
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ jobs:
126126
- name: Test
127127
run: |
128128
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'
135129
- name: Upload coverage to codecov.io
136130
if: matrix.os == 'ubuntu-latest'
137131
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)