Skip to content

Commit 82317e9

Browse files
committed
0.4.2 release
1 parent 93e13c4 commit 82317e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dotnet.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
cd ./src/Hexecs.Tests/
2828
dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover
2929
- name: Publish coverage report
30+
if: matrix.os == 'ubuntu-latest' && matrix.dotnet-version == '10.0.x'
3031
uses: codecov/codecov-action@v3
3132
with:
3233
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)