Skip to content

Add support for Circle CI

Compare
Choose a tag to compare
@Edouard-chin Edouard-chin released this 22 Aug 00:46
· 27 commits to main since this release
b470163

🎉 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)