File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 41
41
${{ runner.os }}-
42
42
- uses : julia-actions/julia-buildpkg@v1
43
43
- uses : julia-actions/julia-runtest@v1
44
+ - uses : julia-actions/julia-processcoverage@v1
45
+ - uses : coverallsapp/github-action@master
46
+ with :
47
+ github-token : ${{ secrets.GITHUB_TOKEN }}
48
+ flag-name : Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
49
+ parallel : true
50
+ path-to-lcov : lcov.info
51
+
52
+ finish :
53
+ name : Coveralls Finished
54
+ needs : test
55
+ runs-on : ubuntu-latest
56
+ steps :
57
+ - uses : coverallsapp/github-action@master
58
+ with :
59
+ github-token : ${{ secrets.GITHUB_TOKEN }}
60
+ parallel-finished : true
Original file line number Diff line number Diff line change 4
4
5
5
[ ![ CI] ( https://github.com/JuliaDiff/ChainRules.jl/workflows/CI/badge.svg?branch=master )] ( https://github.com/JuliaDiff/ChainRules.jl/actions?query=workflow%3ACI )
6
6
[ ![ Travis] ( https://travis-ci.org/JuliaDiff/ChainRules.jl.svg?branch=master )] ( https://travis-ci.org/JuliaDiff/ChainRules.jl )
7
+ [ ![ Coveralls] ( https://coveralls.io/repos/github/JuliaDiff/ChainRules.jl/badge.svg?branch=master )] ( https://coveralls.io/github/JuliaDiff/ChainRules.jl?branch=master )
7
8
[ ![ PkgEval] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/C/ChainRules.svg )] ( https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html )
8
9
[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
9
10
[ ![ ColPrac: Contributor's Guide on Collaborative Practices for Community Packages] ( https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet )] ( https://github.com/SciML/ColPrac )
You can’t perform that action at this time.
0 commit comments