File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 86
86
stat_type : [static, dynamic, dynamic-unmanaged]
87
87
dc : ${{ fromJSON(needs.setup.outputs.compilers) }}
88
88
include :
89
- - build : unittest-cov
89
+ - build : tests_and_cov
90
90
dc : dmd-latest
91
91
stat_type : none
92
92
steps :
@@ -111,19 +111,18 @@ jobs:
111
111
dub fetch doveralls
112
112
shell : bash
113
113
- name : Build / test
114
- if : matrix.build != 'unittest-cov '
114
+ if : matrix.build != 'tests_and_cov '
115
115
run : |
116
116
dub run dpq2:integration_tests --build=$BUILD --config=$STAT_TYPE -- --conninfo="$CONN_STRING"
117
117
shell : bash
118
118
- name : Build / test with coverage
119
- if : matrix.build == 'unittest-cov '
119
+ if : matrix.build == 'tests_and_cov '
120
120
run : |
121
121
dub run dpq2:integration_tests --build=unittest-cov -- --conninfo="$CONN_STRING"
122
+ dub run dpq2:integration_tests --build=cov -- --conninfo="$CONN_STRING"
122
123
dub run dpq2:example --build=release -- --conninfo="$CONN_STRING"
123
124
dub run doveralls
124
125
shell : bash
125
126
- name : Upload coverage data
126
- if : matrix.build == 'unittest-cov '
127
+ if : matrix.build == 'tests_and_cov '
127
128
uses : codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b
128
-
129
-
You can’t perform that action at this time.
0 commit comments