From 1223137c595254e905ff8ea5d3518832b7cfb4cb Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 2 Mar 2024 12:51:03 +0000 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6153396..ae88128 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Run the following command: fluentci run codecov_pipeline ``` -## Dagger Module +## 🧩 Dagger Module Use as a [Dagger](https://dagger.io) Module: @@ -32,7 +32,7 @@ Call `upload` function with the following command: dagger call upload --src . --token CODECOV_TOKEN ``` -## Environment Variables +## 🛠️ Environment Variables | Variable | Description | Usage | |---------------|---------------------|----------| @@ -40,7 +40,7 @@ dagger call upload --src . --token CODECOV_TOKEN | CODECOV_URL | Your Codecov URL. | Optional | | COVERAGE_FILE | Your coverage file. | Optional | -## Jobs +## 📝 Jobs | Job | Description | |---------|----------------------------------| @@ -53,7 +53,7 @@ upload( ): Promise ``` -## Programmatic usage +## 👨‍💻 Programmatic usage You can also use this pipeline programmatically: