Codecov
Run the following command to run the pre-built Codecov Pipeline in your project to upload coverage to Codecov ☂️:
- Dagger
- Wasm
fluentci run codecov upload
fluentci run --wasm codecov upload
Environment Variables
Variable | Description | Usage |
---|---|---|
CODECOV_TOKEN | Your Codecov token. | Required |
CODECOV_URL | Your Codecov URL. | Optional |
Jobs
Job | Description |
---|---|
upload | Uploads coverage to Codecov. |
Programmatic usage
You can also use this pipeline programmatically:
import { upload } from "jsr:@fluentci/codecov";
await upload();