diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-18 14:03:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-18 14:03:28 +0900 |
| commit | 0daefc528a9bbfc68bbe81bd35ed1baf34622ba6 (patch) | |
| tree | 98abdffa811500ee08cc2f97c027561d560eb078 /codecov.yml | |
| parent | a048f9c9f558778a7abaab4187b98702f65c3319 (diff) | |
| download | LunaticChat-0daefc528a9bbfc68bbe81bd35ed1baf34622ba6.tar.gz LunaticChat-0daefc528a9bbfc68bbe81bd35ed1baf34622ba6.tar.bz2 LunaticChat-0daefc528a9bbfc68bbe81bd35ed1baf34622ba6.zip | |
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'codecov.yml')
| -rw-r--r-- | codecov.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml index af5cb56..9bc314e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -13,4 +13,6 @@ comment: require_changes: false ignore: - "dokka/**" + # Listener classes are tightly coupled to the Paper/Minecraft runtime and exercised via + # end-to-end/server tests, so we exclude them from unit-test coverage metrics. - "platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/listener/**" |
