You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coverage report generated for RSpec to /home/semaphore/jeevz-api/coverage. 4123 / 7489 LOC (55.05%) covered.
export SEMAPHORE_JOB_RESULT=passed
exitcode=$(if [ "$SEMAPHORE_JOB_RESULT" == "passed" ]; then echo 0; else echo 1; fi)
./cc-test-reporter after-build --exit-code $exitcode
Error: json: cannot unmarshal object into Go struct field resultSet.coverage of type []formatters.NullInt
The text was updated successfully, but these errors were encountered:
Using
simplecov (0.21.2)
When running the following semaphore pipeline, I am unable to get reporting to Codeclimate.
semaphore.yml
and output included below:The text was updated successfully, but these errors were encountered: