Skip to content

Commit 4be3316

Browse files
committed
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
1 parent 9382c0c commit 4be3316

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
<p align="center">
1010
<a href="https://discord.gg/hqKvyAM"><img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg"></a>
11-
<a href="https://codecov.io/gh/tronprotocol/java-tron"><img src="https://codecov.io/gh/tronprotocol/java-tron/branch/develop/graph/badge.svg" /></a>
1211
<a href="https://github.com/tronprotocol/java-tron/issues"><img src="https://img.shields.io/github/issues/tronprotocol/java-tron.svg"></a>
1312
<a href="https://github.com/tronprotocol/java-tron/pulls"><img src="https://img.shields.io/github/issues-pr/tronprotocol/java-tron.svg"></a>
1413
<a href="https://github.com/tronprotocol/java-tron/graphs/contributors"><img src="https://img.shields.io/github/contributors/tronprotocol/java-tron.svg"></a>

codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# DEPRECATED: Codecov integration is no longer active.
2+
# Coverage is now handled by JaCoCo + madrapps/jacoco-report in pr-build.yml.
3+
# This file is retained for reference only and can be safely deleted.
4+
15
# Post a Codecov comment on pull requests. If don't need comment, use comment: false, else use following
26
comment: false
37
#comment:

0 commit comments

Comments
 (0)