File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ coverage:
3
3
project :
4
4
default :
5
5
threshold : 0.5%
6
+ removed_code_behavior : fully_covered_patch
6
7
patch :
7
8
default :
8
- target : 80%
9
+ target : 80%coverage:
Original file line number Diff line number Diff line change 45
45
env :
46
46
JULIA_NUM_THREADS : 2
47
47
- uses : julia-actions/julia-processcoverage@v1
48
- - uses : codecov/codecov-action@v1
48
+ - uses : codecov/codecov-action@v4
49
49
with :
50
- file : lcov.info
50
+ token : ${{ secrets.CODECOV_TOKEN }}
51
+ fail_ci_if_error : false
52
+ verbose : true
51
53
docs :
52
54
name : Documentation
53
55
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ A base Julia interface for machine learning and statistics
4
4
5
5
[ ![ Lifecycle: Maturing ] ( https://img.shields.io/badge/Lifecycle-Maturing-007EC6 )] ( ROADMAP.md )
6
6
[ ![ 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 )
8
8
[ ![ Docs] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://juliaai.github.io/LearnAPI.jl/dev/ )
9
9
10
10
Comprehensive documentation is [ here] ( https://juliaai.github.io/LearnAPI.jl/dev/ ) .
You can’t perform that action at this time.
0 commit comments