We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f68ef9 commit 2b02287Copy full SHA for 2b02287
.github/workflows/dotnet-ci.yml
@@ -31,7 +31,6 @@ jobs:
31
run: dotnet test --no-build --configuration Release --verbosity normal --collect:"XPlat Code Coverage" --results-directory ./TestResults
32
33
- name: Upload coverage reports to Codecov
34
- if: matrix.os == 'ubuntu-latest'
35
uses: codecov/codecov-action@v5
36
with:
37
directory: ./TestResults
0 commit comments