diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a1e2814..9033acf 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,4 +26,6 @@ jobs: dotnet-cake --target=Coverage + mv ./coverage/Cobertura.xml ./coverage/cobertura.xml + ./codeclimate-test-reporter after-build -t cobertura -r ${CC_TEST_REPORTER_ID} -p ./ --exit-code $?