Add support for Circle CI
🎉 Circle CI user can now use CI Runner.
CI Runner will now let you select failed Circle CI build. Downloading a CircleCI log output requires an authentication token for private builds.
Added the ci_runner circle_ci_token TOKEN
to store a token in your configuration.
Changed
- CI Runner will now tell you if it fails to find test failures from the log output.
- CI Runner will only allow failed CI checks to be selected. Previously, users could select
check that were cancelled, timed out etc...
Fixed
- Fixed log detection for output that have ANSI colors (\e[31m Blabla)