Skip to content

Commit

Permalink
restructure tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyindeniz committed Dec 14, 2024
1 parent 8d3b60f commit b5d0b45
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dotnet test \
-p:CoverletOutputFormat=cobertura \
-p:CoverletOutput=TestResults/ \
-p:Threshold=10 \
-p:SkipAutoProps=true || exit 1
-p:SkipAutoProps=true \
--logger "trx;LogFileName=mySampleApp1-wf-tests.unit.trx" || exit 1

# use -p:ThresholdType=line/branch/method for individual thresholds

0 comments on commit b5d0b45

Please sign in to comment.