Commit 43c4e289 authored by Frederic Caplette's avatar Frederic Caplette Committed by Erick Bajao

Add documentation for download code coverage

This add a simple entry in our doc to mention
where in the application can you download
the code coverage csv
parent b0d1d17f
...@@ -130,6 +130,16 @@ in the jobs table. ...@@ -130,6 +130,16 @@ in the jobs table.
A few examples of known coverage tools for a variety of languages can be found A few examples of known coverage tools for a variety of languages can be found
in the pipelines settings page. in the pipelines settings page.
### Download test coverage history
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/209121) in GitLab 12.10.
If you want to see the evolution of your project code coverage over time,
you can download a CSV file with this data. From your project:
1. Go to **{chart}** **Project Analytics > Repository**.
1. Click **Download raw data (.csv)**
### Removing color codes ### Removing color codes
Some test coverage tools output with ANSI color codes that won't be Some test coverage tools output with ANSI color codes that won't be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment