Skip to content

Commit b529324

Browse files
author
mattana
committed
fix: Enhance coverage testing command by refining parameters for results directory and format
1 parent 75fed34 commit b529324

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
run: |
2525
dotnet test ActorSrcGen.sln \
2626
--results-directory TestResults \
27+
/p:VSTestResultsDirectory=$(pwd)/TestResults \
2728
--collect:"XPlat Code Coverage" \
29+
-- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=cobertura \
2830
/p:Threshold=85 \
2931
/p:ThresholdType=line
3032

0 commit comments

Comments
 (0)