Skip to content

Commit 61bbf3a

Browse files
committed
Use new --report-github flag for dotnet test +semver: skip
1 parent 0172b89 commit 61bbf3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: dotnet pack -c Release --no-build /p:PackageVersion=${{ env.GitVersion_SemVer }}
3838

3939
- name: Test
40-
run: dotnet test -c Release --no-build --verbosity normal --logger GitHubActions
40+
run: dotnet test -c Release --no-build --verbosity normal --report-github
4141

4242
- name: Upload coverage reports to Codecov
4343
uses: codecov/codecov-action@v5.5.2

0 commit comments

Comments
 (0)