8000 Build · danielpalme/ReportGenerator@bbfa142 · GitHub
[go: up one dir, main page]

Skip to content

Commit bbfa142

Browse files
committed
Build
1 parent 5764450 commit bbfa142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: dotnet test src\ReportGenerator.Core.Test\ReportGenerator.Core.Test.csproj --configuration ${{ env.BuildConfiguration }} --no-build /p:CollectCoverage=true /p:DeterministicSourcePaths=true /p:IncludeTestAssembly=true /p:CoverletOutputFormat=opencover%2ccobertura /p:CoverletOutput=../target/reports/coverage/
7979

8080
- name: ReportGenerator
81-
uses: danielpalme/ReportGenerator-GitHub-Action@5
81+
uses: danielpalme/ReportGenerator-GitHub-Action@v5
8282
with:
8383
reports: 'src\target\reports\coverage\coverage.opencover.xml'
8484
targetdir: 'src\target\reports\coverage'

0 commit comments

Comments
 (0)
0