This is a repository containing aggregated information about the state of all Codecov language standards. Each standard ensures that Codecov is properly processing reports for a particular language if its build is passing.
Standard | Last Run | GitHub Actions | Codecov |
---|---|---|---|
Python | Coverage | ||
Swift/Xcode | Coverage | ||
Ruby | Coverage | ||
TypeScript | Coverage | ||
Kotlin | Coverage | ||
Go | Coverage | ||
C++ (11) | Coverage | ||
Java | Coverage |
Inside the scripts
folder, you'll find shell files that run daily on a GitHub Action CRON job. These scripts attach a timestamp to the Last Updated
line in the README.md
files for each standard and commit this change. This action triggers a GitHub Action build for the respective standard.
Within the GitHub Action build for each standard:
If all of these details check out, then Codecov's processing for that language is working as intended. The build status of all of these builds are aggregated in the table above.
Want to write a standard for a language that's not listed in the table? Contributions are welcome! See the Contributing Guide for more details.