You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current latest build on travis fails due to coverage report script throws error,
$ cat ./coverage/coverage-remapped.lcov | ./node_modules/coveralls/bin/coveralls.js
/home/travis/build/kwonoj/RxJS/node_modules/coveralls/bin/coveralls.js:18
throw err;
^
Bad response: 422 {"message":"Couldn't find a repository matching this job.","error":true}
The command "cat ./coverage/coverage-remapped.lcov | ./node_modules/coveralls/bin/coveralls.js" exited with 1.
Creating issue for reference. I'll keep an eye to see if it's temporal issues to consider further plans.
note :
There were intermittent script failure for code coverage report not only for this errors, it may considerable to move into other coverage report (https://codecov.io/ maybe?) if problem could possibly persists.
The text was updated successfully, but these errors were encountered:
Current latest build on travis fails due to coverage report script throws error,
Creating issue for reference. I'll keep an eye to see if it's temporal issues to consider further plans.
There were intermittent script failure for code coverage report not only for this errors, it may considerable to move into other coverage report (https://codecov.io/ maybe?) if problem could possibly persists.
The text was updated successfully, but these errors were encountered: