ci-reporter icon indicating copy to clipboard operation
ci-reporter copied to clipboard

Support Circle CI's wildcard contexts

Open JasonEtco opened this issue 6 years ago • 0 comments

Looking through some logs I'm seeing a lot of statuses from Circle CI with a context following this scheme:

ci/circleci: SOMETHING USER DEFINED

Right now, ci-reporter will ignore all of those. It'd be great if the check for known contexts was a little looser:

https://github.com/JasonEtco/ci-reporter/blob/0911cefc1c26bcbd18870f94d12e23ff39cf343e/src/providers/Circle.js#L9-L11

https://github.com/JasonEtco/ci-reporter/blob/0911cefc1c26bcbd18870f94d12e23ff39cf343e/src/index.js#L25-L27

JasonEtco avatar Mar 17 '18 22:03 JasonEtco