codecov-node
codecov-node copied to clipboard
Global coverage report uploader for Codecov in NodeJS
Our code coverage xml is ~170MB uncompressed so when attempting to upload to the v2 Codecov api with `codecov-node` the server rejects the payload because it's too large: ``` ==>...
I am encountering an issue with codecov uploads failing and wanted to debug the problem but it doesn't seem that there is any flag for enabling verbose output for this...
Hi, we run Codecov with `npx codecov --token=${CODECOV_TOKEN}` and starting from last week we started seeing these sporadic errors: ``` ==> Building file structure ==> Generating gcov reports (skip via...
- [ ] needs testing @eddiemoore how do you test process exits?
Hi guys! I added Slack webhook URL to our codecov.yml but Slack notifications are not sent. How can I debug it to understand why? ``` codecov: token: "token_here" coverage: notify:...
Adds support for [Codefresh](https://codefresh.io).
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.5.0. Release notes Sourced from actions/setup-node's releases. Add support for engines.node and Volta In scope of this release we add support for engines.node. The action...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.24.0. Release notes Sourced from eslint's releases. v8.24.0 Features 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308) (Milos Djermanovic) b0d72c9 feat: add...
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.6.0. Release notes Sourced from actions/setup-node's releases. Add Support for Nightly, Canary and RC builds for Node.js In scope of this release we added support...
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.3. Release notes Sourced from husky's releases. v8.0.3 fix: add git not installed message #1208 v8.0.2 docs: remove deprecated npm set-script v8.0.1 fix: use POSIX...