From e5574d2a5e5e6fab06753583ff8aebab97529b65 Mon Sep 17 00:00:00 2001 From: Nahuel <146840853+nambrosini17@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:13:21 -0300 Subject: [PATCH] Fix copy-paste mistake on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a662045..7cd32ff 100644 --- a/README.md +++ b/README.md @@ -43,4 +43,4 @@ jobs: | `thresholdModified` | ✅ | the minimal average modified files line coverage | 0.0 | | `passIcon` | ✅ | the indicator to use for files that passed | 🟢 | | `failIcon` | ✅ | the indicator to use for files that failed | 🔴 | -| `sourceDir` | ✅ | the indicator to use for files that failed | ./path/to/src | +| `sourceDir` | ✅ | the directory to use as the source of the coverage report | ./path/to/src |