File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ codecov :
2+ notify :
3+ after_n_builds : 2
Original file line number Diff line number Diff line change 4848 # continue-on-error: ${{ matrix.version == 'nightly' }} # Allow nightly to fail and workflow still count as completed
4949 - uses : julia-actions/julia-processcoverage@v1
5050 with :
51- directories : src,lib/ControlSystemsBase/src
51+ directories : src,lib/ControlSystemsBase/src,lib/ControlSystemsBase/ext
5252 if : ${{ matrix.version == '1' }}
5353 - uses : codecov/codecov-action@v3
5454 if : ${{ matrix.version == '1' }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ DelayDiffEq = "5.31"
2626DiffEqCallbacks = " 2.16"
2727ForwardDiff = " 0.10"
2828Hungarian = " 0.6, 0.7"
29- OrdinaryDiffEq = " 5.2, 6.0 "
29+ OrdinaryDiffEq = " ~6.60 "
3030RecipesBase = " 1"
3131Reexport = " 1"
3232StaticArrays = " 1"
Original file line number Diff line number Diff line change 2727if GROUP == " All"
2828 for GROUP in readdir (joinpath (dirname (@__DIR__ ), " lib" )) # Loop over all subpackages
2929 subpkg_path = joinpath (dirname (@__DIR__ ), " lib" , GROUP)
30- Pkg. test (PackageSpec (name = GROUP, path = subpkg_path))
30+ Pkg. test (PackageSpec (name = GROUP, path = subpkg_path), coverage = true )
3131 end
3232elseif GROUP != " ControlSystems"
3333 # dev_subpkg(GROUP) # Do this if more sub packages are added, don't forget to avoid doing it if GROUP is CSBase
3434 subpkg_path = joinpath (dirname (@__DIR__ ), " lib" , GROUP)
35- Pkg. test (PackageSpec (name = GROUP, path = subpkg_path))
35+ Pkg. test (PackageSpec (name = GROUP, path = subpkg_path), coverage = true )
3636end
3737
You can’t perform that action at this time.
0 commit comments