Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Mar 2, 2024
1 parent f83f855 commit 1223137
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Run the following command:
fluentci run codecov_pipeline
```

## Dagger Module
## 🧩 Dagger Module

Use as a [Dagger](https://dagger.io) Module:

Expand All @@ -32,15 +32,15 @@ Call `upload` function with the following command:
dagger call upload --src . --token CODECOV_TOKEN
```

## Environment Variables
## 🛠️ Environment Variables

| Variable | Description | Usage |
|---------------|---------------------|----------|
| CODECOV_TOKEN | Your Codecov token. | Required |
| CODECOV_URL | Your Codecov URL. | Optional |
| COVERAGE_FILE | Your coverage file. | Optional |

## Jobs
## 📝 Jobs

| Job | Description |
|---------|----------------------------------|
Expand All @@ -53,7 +53,7 @@ upload(
): Promise<string>
```

## Programmatic usage
## 👨‍💻 Programmatic usage

You can also use this pipeline programmatically:

Expand Down

0 comments on commit 1223137

Please sign in to comment.