bachp/git-mirror

Improve error reporting

bachp opened this issue · 2 comments

bachp commented

Currently it is not easy to spot errors. Possible improvements are:

  • Add a summary at the end about skipped and failed sync jobs
  • Add machine readable report in eg. json
bachp commented

Currently I'm inclined to implement an output in a jUnit compatible format as this can be interpreted by GitLab and many other tools.

bachp commented

JUnit reports are implemented via the --junit_report flag