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
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
We have a Maven project which creates a jacoco.xml file in target/site/jacoco/ but when running ./cc-test-reporter after-build it says
Error: not find any viable formatter. available formatters: simplecov, lcov, coverage.py, clover, gocov, gcov, cobertura, jacoco
Running with ./cc-test-reporter after-build -d -t jacoco gives:
DEBU[0000] about to run format-coverage
DEBU[0000] using formatter jacoco
DEBU[0000] checking search path for jacoco formatter
DEBU[0000] checking search path jacoco.xml for jacoco formatter
ERRO[0000] could not find coverage file
could not find any files in search paths for jacoco. search paths were: , jacoco.xml
Error: could not find any files in search paths for jacoco. search paths were: , jacoco.xml