Skip to content

Commit

Permalink
Restore TOC in COVERAGE.md
Browse files Browse the repository at this point in the history
Lol, I had installed an extension that would automatically try to regenerate the TOC upon every save (markdown.extension.toc.updateOnSave) ...
  • Loading branch information
LinqLover authored and fniephaus committed Oct 9, 2022
1 parent a2bb96f commit 2545745
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions docs/COVERAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,15 @@ Writing LCOV coverage info to: /path/to/coverage/lcov.info
Most coverage services already support uploading coverage in the LCOV format with uploader scripts.

For the most common usecases, see these instructions:
- [Coverage Testing](#coverage-testing)
- [Configuring coverage testing](#configuring-coverage-testing)
- [Uploading with different CI-services/Coverage reporters](#uploading-with-different-ci-servicescoverage-reporters)
- [Inspecting coverage locally](#inspecting-coverage-locally)
- [Coveralls](#coveralls)
- [Coveralls & Travis CI](#coveralls--travis-ci)
- [Coveralls & GitHub Actions](#coveralls--github-actions)
- [CodeCov](#codecov)
- [CodeCov & TravisCI](#codecov--travisci)
- [CodeCov & GitHub Actions](#codecov--github-actions)
- [Cobertura](#cobertura)
- [Cobertura & GitLab CI](#cobertura--gitlab-ci)
- [Inspecting coverage locally](#inspecting-coverage-locally)
- [Coveralls](#coveralls)
- [Travis CI](#coveralls--travis-ci)
- [GitHub Actions](#coveralls--github-actions)
- [CodeCov](#codecov)
- [Travis CI](#codecov--travisci)
- [GitHub Actions](#codecov--github-actions)
- [Cobertura](#cobertura)
- [GitLab CI](#cobertura--gitlab-ci)

### Inspecting coverage locally
On Linux distributions, LCOV is available as a set of tools that can generate a coverage report as HTML/CSS files.
Expand Down

0 comments on commit 2545745

Please sign in to comment.