Closed trevor-atlas closed 5 years ago
I'd like to point out that the tests actually pass and the failure is due to the CI:
Test Suites: 10 passed, 10 total
Tests: 59 passed, 59 total
Snapshots: 0 total
Time: 10.602s
Ran all test suites.
Error: you must supply a CC_TEST_REPORTER_ID ENV variable or pass it via the -r flag
Usage:
cc-test-reporter after-build [flags]
Thank you! CI reports an error, but the tests are still green, it's just the codeclimate-connection. I'll fix it.
Ah, I found it: CircleCI doesn't apply secret env vars in PR builds.
I fixed the circleci config. Could you please rebase/merge the current master into your branch? I'd like to see if that solves the failing build.
Published in v1.0.4 🚀
Thank you for your contribution!
When trying to use this package with newer versions of typescript an error is generated (see below) This PR adds the missing import which resolves the problem!