v0.5.0
A ready-to-use CI/CD Pipeline that uploads coverage to Codecov ☂️
Attributes
Includes Deno configuration
Repository
Current version released
a year ago
Dependencies
deno.land/x
Codecov Pipeline
A ready-to-use CI/CD Pipeline that uploads coverage to Codecov ☂️.
🚀 Usage
Run the following command:
fluentci run codecov_pipeline
Environment Variables
Variable | Description | Usage |
---|---|---|
CODECOV_TOKEN | Your Codecov token. | Required |
CODECOV_URL | Your Codecov URL. | Optional |
COVERAGE_FILE | Your coverage file. | Optional |
Jobs
Job | Description |
---|---|
upload | Uploads coverage to Codecov. |
upload(src: String!, token: String!): String
Programmatic usage
You can also use this pipeline programmatically:
import { upload } from "https://deno.land/x/codecov_pipeline/mod.ts";
await upload();