We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0172b89 commit 61bbf3aCopy full SHA for 61bbf3a
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
run: dotnet pack -c Release --no-build /p:PackageVersion=${{ env.GitVersion_SemVer }}
38
39
- name: Test
40
- run: dotnet test -c Release --no-build --verbosity normal --logger GitHubActions
+ run: dotnet test -c Release --no-build --verbosity normal --report-github
41
42
- name: Upload coverage reports to Codecov
43
uses: codecov/codecov-action@v5.5.2
0 commit comments