We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e13c4 commit 82317e9Copy full SHA for 82317e9
1 file changed
.github/workflows/dotnet.yaml
@@ -27,6 +27,7 @@ jobs:
27
cd ./src/Hexecs.Tests/
28
dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover
29
- name: Publish coverage report
30
+ if: matrix.os == 'ubuntu-latest' && matrix.dotnet-version == '10.0.x'
31
uses: codecov/codecov-action@v3
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments