KO
|
EN
gitlite — search
Search
#claude-code
#claude
#ai-agents
#typescript
#ai
#mcp
#cli
#rust
#python
#linux
#ai-agent
#llm
uploader
★ 113
Open GitHub ↗
Codecov's universal binary uploader.
Download README (.md)
Explore Similar Repositories
restrict
:
RBAC/ABAC authorization library for Go.
eleventy-plugin-embed-everything
:
An Eleventy plugin to easily embed common media formats in posts, using only their URLs
node-oauth2-jwt-bearer
:
Monorepo for libraries that protect Node APIs with OAuth2 Bearer JWTs
HoloLens2-Machine-Learning
:
Using deep learning models for image classification directly on the HoloLens 2.
cargo-aur
:
Prepare Rust projects to be released on the Arch Linux User Repository.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
uploader
?
Download (.md)
## ⚠️ Deprecation Warning ⚠️ This uploader is being deprecated in favor of the [Codecov CLI](https://github.com/codecov/codecov-cli) and will no longer be updated or maintained. Please update to the CLI for new features and development ----- # Codecov Uploader [](https://circleci.com/gh/codecov/uploader) [](https://codecov.io/gh/codecov/uploader) [](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fuploader?ref=badge_shield) [](https://lgtm.com/projects/g/codecov/uploader/alerts/) ## Usage To see how to use this uploader, please visit our [documentation](https://docs.codecov.com/docs/codecov-uploader#using-the-uploader). > **!!! The project requires npm v7. You can check which version you have via `npm --version`. If you need to update it, run `npm install --global npm` (you should only need to do this once).** > > - The project requires Node.js v16 > - If `nvm` is installed, your `node` version should change to the development version the repository is set to automatically; `nvm` is by no means necessary, however > > 1. Run `npm install` once you get in the repository and after every branch change, etc. > > - `npm run test` to run the tests > - `npm run build` to verify the source code can be built > > --- > > - `npm run build-linux` to generate the final binary for use on Linux > - `npm run build-macos` to generate the final binary for use on macOS > - `npm run build-windows` to generate the final binary for use on Windows > Additionally, you can run the uploader without actually doing a full build via: > > - `npm run build` which generates the final JavaScript > - `node dist/bin/codecov.js` ## Steps to develop - `make clean` - `make install` - `make build` Note: `make build` does not currently build the Windows binary until I confirm that a Windows binary build under Linux works. It also does not build the Alpine binary, as that needs to be build in an alpine container, using a static build of NodeJS. To build the Windows binary, run `npm run build-windows` Binaries for Windows, MacOS, and Linux will be in the `out/` directory. ## License [](https://app.fossa.com/projects/git%2Bgithub.com%2Fcodecov%2Fuploader?ref=badge_large) .