# Cover Reports Contributor

Cover Reports data, referred to as "reports bundles", are generated and uploaded using Cover CLI (as part of a developer's process) and/or Cover Pipeline (as part of a CI workflow/pipeline).

* [Java project config (JaCoCo)](/features/cover-reports/cover-reports-contributor/java-project-config.md) - how to configure your Java projects to generate JaCoCo reports, essential for use with Cover Reports.
* [Generate and upload reports bundles](/features/cover-reports/cover-reports-contributor/reports-bundles.md) - how to use the `dcover` commands to generate and upload reports bundles.
* [Authenticated uploads](/features/cover-reports/cover-reports-contributor/authentication.md) - how to use authentication for your uploads (if enabled by your Cover Reports Administrator).

This set of topics is targeted at Cover Reports Contributors.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cover-docs-preview.diffblue.com/features/cover-reports/cover-reports-contributor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
