Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Enterprize1 authored Oct 9, 2023
1 parent f4f9208 commit c229495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: dotnet build --no-restore
working-directory: ./src
- name: Test
run: dotnet test --no-build --verbosity normal -p Fluss.UnitTest /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
working-directory: ./src
run: dotnet test --no-build --verbosity normal -property:CollectCoverage=true -property:CoverletOutputFormat=opencover
working-directory: ./src/Fluss.UnitTest
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit c229495

Please sign in to comment.