File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,17 @@ jobs:
4848 - uses : julia-actions/cache@v2
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- # token: ${{ secrets.CODECOV_TOKEN }}
55- # file: lcov.info
56- # name: codecov-umbrella
57- # fail_ci_if_error: false
58- # if: ${{ matrix.version == 'lts' }}
51+ env :
52+ GROUP : ${{ matrix.group }}
53+ JULIA_NUM_THREADS : auto
54+ - uses : julia-actions/julia-processcoverage@v1
55+ with :
56+ directories : src,ext
57+ - uses : codecov/codecov-action@v5
58+ env :
59+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
60+ with :
61+ files : lcov.info
62+ name : codecov-umbrella
63+ fail_ci_if_error : false
64+ if : ${{ matrix.version == 'lts' }}
Original file line number Diff line number Diff line change 77[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
88[ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
99[ ![ JET] ( https://img.shields.io/badge/%E2%9C%88%EF%B8%8F%20tested%20with%20-%20JET.jl%20-%20red )] ( https://github.com/aviatesk/JET.jl )
10+ [ ![ codecov] ( https://codecov.io/gh/QuantumEngineeredSystems/HarmonicBalance.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/QuantumEngineeredSystems/HarmonicBalance.jl )
1011
1112
1213** HarmonicBalance.jl** is a Julia package for solving periodic, nonlinear differential equations using the method of harmonic balance.
You can’t perform that action at this time.
0 commit comments