Skip to content

Commit

Permalink
Simplify CI test command line
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Jan 25, 2025
1 parent 0d8ae49 commit 6aa669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Build
run: dotnet build --no-restore -c Release /p:ContinuousIntegrationBuild=true
- name: Test
run: dotnet test -c Release --no-build -p:VSTestUseMSBuildOutput=false --collect:"XPlat Code Coverage" --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
run: dotnet test -c Release --no-build --collect:"XPlat Code Coverage;Format=opencover" --logger "console;verbosity=detailed"

- name: Upload results to Codecov
uses: codecov/codecov-action@v5
Expand Down

0 comments on commit 6aa669f

Please sign in to comment.