Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.