Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b6bbf91
feat(ci): collect multi-module jacoco xml reports
bladehan1 Apr 1, 2026
c39c8c8
ci(workflow): skip-if-no-changes & build in white list
bladehan1 Apr 1, 2026
dbe93d4
ci(workflow): add withe list
bladehan1 Apr 1, 2026
c300a0d
ci(workflow): revork paths-ignore
bladehan1 Apr 1, 2026
4bfe54d
Merge branch 'develop' into feat/code_coverage
bladehan1 Apr 1, 2026
da57158
ci(workflow) : upgrade artifact version
bladehan1 Apr 1, 2026
fdb4961
ci(coverage): align coverage gate on debian11 jdk8
bladehan1 Apr 2, 2026
ad6e8c5
ci(build): refactor coverage gate output and checks
bladehan1 Apr 2, 2026
629ee6f
ci(coverage): harden gate inputs with env binding
bladehan1 Apr 2, 2026
e8db68e
ci(cancel): harden workflow run null handling
bladehan1 Apr 2, 2026
0ab7333
ci(github): add auto reviewer assignment workflow and remove CODEOWNERS
bladehan1 Apr 3, 2026
4edb73b
ci(github): change default reviewers to bladehan1 and kuny0707
bladehan1 Apr 3, 2026
799a729
ci(coverage): relax delta threshold to -0.1%
bladehan1 Apr 3, 2026
6a995dc
ci(github): enhance scope matching with normalize and contains logic
bladehan1 Apr 3, 2026
fcff7cf
ci(github): restore default reviewers to halibobo1205 and 317787106
bladehan1 Apr 3, 2026
bc244de
Merge branch 'feat/auto-reviewer' into feat/code_coverage
bladehan1 Apr 3, 2026
1445e3f
ci(github): skip reviewer assignment if reviewers already exist
bladehan1 Apr 3, 2026
6fb3842
ci(github): add api scope with 3 reviewers to auto reviewer workflow
bladehan1 Apr 3, 2026
dd5fdf3
ci(github): disable gradle build cache in all PR build
bladehan1 Apr 7, 2026
9382c0c
ci(github): limit --no-build-cache to coverage jobs and isolate cache…
bladehan1 Apr 8, 2026
4be3316
ci(codecov): remove codecov badge and deprecate codecov.yml
bladehan1 Apr 8, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci(codecov): remove codecov badge and deprecate codecov.yml
Codecov integration is no longer active. Coverage is now handled by
JaCoCo + madrapps/jacoco-report in pr-build.yml.

- Remove stale codecov badge from README.md
- Add DEPRECATED header to codecov.yml for clarity
  • Loading branch information
bladehan1 committed Apr 8, 2026
commit 4be3316e0584d9ad381e45eb881e5a933bd9847a
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<p align="center">
<a href="https://discord.gg/hqKvyAM"><img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg"></a>
<a href="https://codecov.io/gh/tronprotocol/java-tron"><img src="https://codecov.io/gh/tronprotocol/java-tron/branch/develop/graph/badge.svg" /></a>
<a href="https://github.com/tronprotocol/java-tron/issues"><img src="https://img.shields.io/github/issues/tronprotocol/java-tron.svg"></a>
<a href="https://github.com/tronprotocol/java-tron/pulls"><img src="https://img.shields.io/github/issues-pr/tronprotocol/java-tron.svg"></a>
<a href="https://github.com/tronprotocol/java-tron/graphs/contributors"><img src="https://img.shields.io/github/contributors/tronprotocol/java-tron.svg"></a>
Expand Down
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# DEPRECATED: Codecov integration is no longer active.
# Coverage is now handled by JaCoCo + madrapps/jacoco-report in pr-build.yml.
# This file is retained for reference only and can be safely deleted.

# Post a Codecov comment on pull requests. If don't need comment, use comment: false, else use following
comment: false
#comment:
Expand Down
Loading