Skip to content

Commit faf0089

Browse files
authored
Update merge path for lcov
1 parent 10b6adf commit faf0089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build
2323
run: dotnet build --no-restore
2424
- name: Test
25-
run: dotnet test --no-build -s build/tests.runsettings --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=\"json,lcov\" /p:MergeWith=../../coverage/lcov.json /p:CoverletOutput=../../coverage/lcov
25+
run: dotnet test --no-build -s build/tests.runsettings --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=\"json,lcov\" /p:MergeWith=../../coverage/lcov.net9.0.json /p:CoverletOutput=../../coverage/lcov
2626
- name: Coveralls
2727
uses: coverallsapp/github-action@master
2828
with:

0 commit comments

Comments
 (0)