Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliaci/coveragetools.jl
Core functionality for processing coverage information in Julia
https://github.com/juliaci/coveragetools.jl
coverage julia
Last synced: 4 days ago
JSON representation
Core functionality for processing coverage information in Julia
- Host: GitHub
- URL: https://github.com/juliaci/coveragetools.jl
- Owner: JuliaCI
- License: mit
- Created: 2019-10-09T22:52:55.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:44:01.000Z (4 months ago)
- Last Synced: 2024-11-11T05:35:54.553Z (4 days ago)
- Topics: coverage, julia
- Language: Julia
- Homepage:
- Size: 378 KB
- Stars: 8
- Watchers: 15
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CoverageTools.jl - you probably want [Coverage.jl](https://github.com/JuliaCI/Coverage.jl) instead
===========[![Build Status](https://github.com/JuliaCI/CoverageTools.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaCI/CoverageTools.jl/actions/workflows/ci.yml?query=branch%3Amaster)
[![Codecov](https://codecov.io/gh/JuliaCI/CoverageTools.jl/branch/master/graph/badge.svg?label=codecov&token=71csaj8Nxg)](https://codecov.io/gh/JuliaCI/CoverageTools.jl)CoverageTools.jl provides the core functionality for processing code coverage and memory allocation results.
Most users will want to use [Coverage.jl](https://github.com/JuliaCI/Coverage.jl) instead. [Coverage.jl](https://github.com/JuliaCI/Coverage.jl) allows you to upload your coverage reports to online services such as Codecov.io and Coveralls.io.