Skip to content

Commit e9c39a8

Browse files
authored
Merge pull request #34 from JuliaAI/coverage
Coverage upgrade
2 parents 83e56bf + 45ee2a6 commit e9c39a8

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ coverage:
33
project:
44
default:
55
threshold: 0.5%
6+
removed_code_behavior: fully_covered_patch
67
patch:
78
default:
8-
target: 80%
9+
target: 80%coverage:

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ jobs:
4545
env:
4646
JULIA_NUM_THREADS: 2
4747
- uses: julia-actions/julia-processcoverage@v1
48-
- uses: codecov/codecov-action@v1
48+
- uses: codecov/codecov-action@v4
4949
with:
50-
file: lcov.info
50+
token: ${{ secrets.CODECOV_TOKEN }}
51+
fail_ci_if_error: false
52+
verbose: true
5153
docs:
5254
name: Documentation
5355
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A base Julia interface for machine learning and statistics
44

55
[![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)](ROADMAP.md)
66
[![Build Status](https://github.com/JuliaAI/LearnAPI.jl/workflows/CI/badge.svg)](https://github.com/JuliaAI/LearnAPI.jl/actions)
7-
[![Coverage](https://codecov.io/gh/JuliaAI/LearnAPI.jl/branch/master/graph/badge.svg)](https://codecov.io/github/JuliaAI/LearnAPI.jl?branch=master)
7+
[![codecov](https://codecov.io/gh/JuliaAI/LearnAPI.jl/graph/badge.svg?token=9IWT9KYINZ)](https://codecov.io/gh/JuliaAI/LearnAPI.jl?branch=dev)
88
[![Docs](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaai.github.io/LearnAPI.jl/dev/)
99

1010
Comprehensive documentation is [here](https://juliaai.github.io/LearnAPI.jl/dev/).

0 commit comments

Comments
 (0)