summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-22 21:19:37 +1000
committerTazyFoundSoup <gardendistrict0x0@outlook.com>2026-05-22 21:19:37 +1000
commit2de9b0af5a9fcf30a36ff4bda8adcb9acd7062f1 (patch)
tree1f2d0694d555c402f99ec121981fd5c7bb45a9ad
parent845a6b8c8dfa72d9f0b0d76a7bb4dedb2a794007 (diff)
fix(cov): Remove coverage patch threshold all together for codecov
-rw-r--r--.codecov.yml3
-rw-r--r--.gitignore1
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
diff --git a/.gitignore b/.gitignore
index 865ce36..45788ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
build/*
+out/*
.cache/*
tests/logs/*