Merge branch 'docs/add-tests-coverage-badge-to-readme' into 'master'
Add tests coverage report badge to README ## What does this MR do? This MR adds tests coverage badge to project's README. The job it reads coverage value from is `coverage`, and it is configured in out CI test suite to calculate compound coverage from all test jobs running in parallel. This will pick the latest successful pipeline to get `coverage` job and coverage value. For now, this will report test coverage only for backend test suite (Ruby). See merge request !5925
This commit is contained in:
commit
d651228238
|
|
@ -1,6 +1,7 @@
|
|||
# GitLab
|
||||
|
||||
[](https://gitlab.com/gitlab-org/gitlab-ce/commits/master)
|
||||
[](https://gitlab.com/gitlab-org/gitlab-ce/commits/master)
|
||||
[](https://codeclimate.com/github/gitlabhq/gitlabhq)
|
||||
|
||||
## Canonical source
|
||||
|
|
|
|||
Loading…
Reference in New Issue