ci: add multi-platform build tests, coverage and code quality workflows#6573
Open
0xbigapple wants to merge 60 commits intotronprotocol:developfrom
Open
ci: add multi-platform build tests, coverage and code quality workflows#65730xbigapple wants to merge 60 commits intotronprotocol:developfrom
0xbigapple wants to merge 60 commits intotronprotocol:developfrom
Conversation
added 30 commits
February 27, 2026 16:40
ci: test github action
added 24 commits
March 3, 2026 13:59
ci: test all testcases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR enhances the CI pipeline by introducing multi-platform build tests, code quality checks, system tests, and coverage reporting workflows.
Changes
1. Multi-platform build tests
Add build tests across multiple platforms and architectures:
2. Debian 11 build test
Add a Debian 11 build test using the
eclipse-temurin:8-jdkbase image.3. Rocky Linux build test
Since CentOS 7 and CentOS 8 images are not supported in GitHub-hosted runners, as described in the
GitHub-hosted runners documentation, a Rocky Linux build test has been added as a compatible replacement for CentOS 8.
4. JaCoCo coverage workflow
Add a JaCoCo coverage workflow to generate and upload coverage reports.
This workflow is dependent on the Rocky Linux build test.
Required secrets:
secrets.CODECOV_TOKEN— used to upload coverage artifactssecrets.CODECOV_API_TOKEN— used to access coverage reports5. Checkstyle workflow
Add a workflow to perform Checkstyle code style checks.
6. SonarCloud analysis workflow
Add a SonarCloud analysis workflow for static code analysis.
Required secret:
secrets.SONAR_TOKEN7. System test workflow
Add a workflow to execute a subset of daily build test cases from
https://github.com/tronprotocol/system-test.
The workflow performs the following steps: