diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-22 21:19:37 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-05-22 21:19:37 +1000 |
| commit | 2de9b0af5a9fcf30a36ff4bda8adcb9acd7062f1 (patch) | |
| tree | 1f2d0694d555c402f99ec121981fd5c7bb45a9ad | |
| parent | 845a6b8c8dfa72d9f0b0d76a7bb4dedb2a794007 (diff) | |
fix(cov): Remove coverage patch threshold all together for codecov
| -rw-r--r-- | .codecov.yml | 3 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..1deea58 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,3 @@ +coverage: + status: + patch: off
\ No newline at end of file @@ -3,6 +3,7 @@ build/* +out/* .cache/* tests/logs/* |
