We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e23117 commit 40ef061Copy full SHA for 40ef061
1 file changed
.github/workflows/build.yml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Test
90
shell: bash
91
- run: dotnet dotCover cover-dotnet --ReportType=HTML --Output=dotCover.Output.html -- test --nologo --no-build Be.Vlaanderen.Basisregisters.Api.sln
+ run: dotCover cover-dotnet --ReportType=HTML --Output=dotCover.Output.html -- test --nologo --no-build Be.Vlaanderen.Basisregisters.Api.sln
92
93
- name: Sonar end build & analyze
94
env:
0 commit comments