https://github.com/runejuhl/lcov-converter
Convert LCOV test code coverage files to CodeClimate JSON
https://github.com/runejuhl/lcov-converter
Last synced: 3 months ago
JSON representation
Convert LCOV test code coverage files to CodeClimate JSON
- Host: GitHub
- URL: https://github.com/runejuhl/lcov-converter
- Owner: runejuhl
- License: gpl-3.0
- Created: 2020-01-24T21:39:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T21:41:45.000Z (over 5 years ago)
- Last Synced: 2025-02-28T17:08:40.344Z (3 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
* lcov-converter
Convert LCOV test code coverage files to CodeClimate JSON.Created because I misread the [[https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html][Gitlab CI documentation]] and completely glossed
over that you couldn't just drop a CodeClimate JSON file as an artifact and have
Gitlab CI show test coverage metrics..** Thanks
To [[https://codeclimate.com/][CodeClimate]] for their [[https://github.com/codeclimate/test-reporter][test-reporter]] software.