Skip to content

Commit

Permalink
ci: add ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jecket1 committed May 13, 2024
1 parent 43638aa commit d6a872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-with-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
for name in $(ls ./test/*.Tests/*.csproj | awk '{print $NF}')
do
echo "Running tests for $name..."
dotnet test $name --no-restore --no-build --logger trx --settings CodeCoverage.runsettings --results-directory coverage --collect:"XPlat Code Coverage" --verbosity normal
dotnet test $name --no-restore --no-build --logger trx --settings CodeCoverage.runsettings --results-directory coverage --collect:"XPlat Code Coverage"
echo "Finished running tests for $name."
done
Expand Down

0 comments on commit d6a872e

Please sign in to comment.