Skip to content

Commit

Permalink
report back end
Browse files Browse the repository at this point in the history
  • Loading branch information
0xor1 committed Dec 6, 2023
1 parent 28be6b0 commit 8a5e4f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/pre
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ dotnet test --no-build --blame-hang-timeout 600000 -v n -p:CollectCoverage="true

if [ "$1" == "gh-actions" ]; then
curl -L https://coveralls.io/coveralls-linux.tar.gz | tar -xz
./coveralls report Dnsk.Client.Test/coverage.cobertura.xml --parallel --build-number 1
./coveralls report Dnsk.Eps.Test/coverage.cobertura.xml --parallel --build-number 1
./coveralls done --build-number 1
#./coveralls report Dnsk.Client.Test/coverage.cobertura.xml
./coveralls report Dnsk.Eps.Test/coverage.cobertura.xml
else
dotnet tool install -g dotnet-reportgenerator-globaltool
rm -r test_coverage
Expand Down

0 comments on commit 8a5e4f9

Please sign in to comment.