File tree 2 files changed +37
-3
lines changed
2 files changed +37
-3
lines changed Original file line number Diff line number Diff line change
1
+ flag_management :
2
+ default_rules :
3
+ carryforward : true
4
+ statuses :
5
+ - type : project
6
+ target : auto
7
+ threshold : 50%
8
+ - type : patch
9
+ target : 90%
10
+ individual_flags :
11
+ - name : GeneralAstrodynamics.jl
12
+ paths :
13
+ - src
14
+ - test
15
+ carryforward : false
16
+ - name : AstrodynamicalCalculations.jl
17
+ paths :
18
+ - lib/AstrodynamicalCalculations
19
+ - name : AstrodynamicalModels.jl
20
+ paths :
21
+ - lib/AstrodynamicalModels
22
+ - name : AstrodynamicalSolvers.jl
23
+ paths :
24
+ - lib/AstrodynamicalSolvers
25
+
26
+
27
+
Original file line number Diff line number Diff line change 31
31
- AstrodynamicalSolvers
32
32
version :
33
33
- " 1"
34
- - " lts"
35
34
steps :
36
35
- uses : actions/checkout@v4
37
36
- uses : julia-actions/setup-julia@v2
57
56
- uses : codecov/codecov-action@v4
58
57
env :
59
58
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
60
- slug : JuliaAstro/${{ matrix.group }}.jl
59
+ with :
60
+ flags : ${{ matrix.group }}.jl
61
+ working-directory : lib/${{ matrix.group }}
62
+ verbose : true
63
+ fail_ci_if_error : true
64
+ files : lcov.info
61
65
test-superpackage :
62
66
runs-on : ubuntu-latest
63
67
strategy :
90
94
- uses : codecov/codecov-action@v4
91
95
env :
92
96
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
93
- slug : JuliaAstro/GeneralAstrodynamics.jl
97
+ with :
98
+ verbose : true
99
+ fail_ci_if_error : true
100
+ files : lcov.info
You can’t perform that action at this time.
0 commit comments