Skip to content

codecov/java-standard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

70f9e4f · Jan 6, 2025
Jan 6, 2025
Sep 5, 2019
Sep 5, 2019
Sep 5, 2019
Oct 30, 2020
Sep 5, 2019
Oct 31, 2022
Oct 31, 2022
Sep 5, 2019
Sep 5, 2019
Sep 5, 2019
May 29, 2020
May 29, 2020
Sep 14, 2023

Repository files navigation

Java-Standard

Workflow for Java Standard Action codecov FOSSA Status

Last Updated: 10/31/22 00:19:35

What is this?

This is a Java/Gradle application, with basic unit tests, for which coverage is uploaded to Codecov on a daily basis. It can also serve as an example for how to integrate Codecov into your Java project. If the build is passing for this project, then Codecov's Java report processing is functional and correct on codecov.io.

Configuration

This project is written in Java and is built using Gradle. Unit test are written using the Junit framework and coverage reports are generated using Jacoco plugin.

Usage

The Docker Way

Run unit tests inside a Docker container

docker-compose up

The Local Way

Build the project

./gradlew build

Run tests

./gradlew test

Reporting Issues

If you've discovered an issue with this repository or with Java processing in general, it is recommended to email [email protected] rather than post an issue here. This repository will not be checked regularly for open issues.

Contributing

Contributions are welcome! If you'd like to contribute to this repository, feel free to open a pull request or flag an issue. If you would like to contribute a new lanaguage standard, you can get more information here.

License

FOSSA Status