Skip to content

Commit 6d99b6f

Browse files
committed
Try adding codecoverage
1 parent 0ee8069 commit 6d99b6f

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
comment: false

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
${{ runner.os }}-
4949
- uses: julia-actions/julia-buildpkg@v1
5050
- uses: julia-actions/julia-runtest@v1
51+
- uses: julia-actions/julia-processcoverage@v1
52+
- uses: codecov/codecov-action@v5
53+
with:
54+
file: lcov.info
5155

5256
docs:
5357
name: Documentation

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaImageRecon.github.io/AbstractImageReconstruction.jl)
66

7+
[![codecov.io](http://codecov.io/github/JuliaImageRecon/AbstractImageReconstruction.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaImageRecon/AbstractImageReconstruction.jl?branch=master)
8+
79

810
This package contains an interface and type hierarchy for image reconstruction algorithms and their parameters, together with associated utility tools.
911

0 commit comments

Comments
 (0)