summaryrefslogtreecommitdiff
path: root/codecov.yml
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-02-25 22:38:19 +0900
committerSho Sakuma <me@m1sk9.dev>2026-02-25 22:38:44 +0900
commitf4bf20791f4470d3e9b865a53b610b5f277ebb82 (patch)
tree7d0b3f9d3eff87730413290d4436b43ff6146b7a /codecov.yml
parent56ed04185036635dcfd2763391cd64b8be371b1a (diff)
downloadLunaticChat-f4bf20791f4470d3e9b865a53b610b5f277ebb82.tar.gz
LunaticChat-f4bf20791f4470d3e9b865a53b610b5f277ebb82.tar.bz2
LunaticChat-f4bf20791f4470d3e9b865a53b610b5f277ebb82.zip
feat: add Codecov/Jacoco integration and expand test coverage
- Add Jacoco plugin to all subprojects with XML report generation - Replace post-test-results.sh with Codecov upload in CI workflow - Add codecov.yml configuration - Add 140 new tests across engine, platform-paper, and platform-velocity Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'codecov.yml')
-rw-r--r--codecov.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml
new file mode 100644
index 0000000..dcf139a
--- /dev/null
+++ b/codecov.yml
@@ -0,0 +1,15 @@
+coverage:
+ status:
+ project:
+ default:
+ target: auto
+ threshold: 1%
+ patch:
+ default:
+ target: 80%
+comment:
+ layout: "condensed_header, condensed_files, condensed_footer"
+ behavior: default
+ require_changes: false
+ignore:
+ - "dokka/**"