File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,11 @@ script:
115
115
- (! grep -qE '= FAILURES =|= ERRORS =|= no tests ran in 0.00 seconds =' pytest.log)
116
116
117
117
# # acquire coverage results
118
+ # #
119
+ # # Note: more information regarding the '.coverage.docker' naming convention:
120
+ # #
121
+ # # https://github.com/pytest-dev/pytest-cov/issues/146#issuecomment-272971136
122
+ # #
118
123
- docker cp webserver-pytest:/var/machine-learning/.coverage .coverage.docker
119
124
120
125
# check exit code: 'docker exec' will fail if the container has an exit code
@@ -126,6 +131,11 @@ script:
126
131
- docker ps -a
127
132
128
133
# # post build: the following commands are run after a successful build.
134
+ # #
135
+ # # Note: more information regarding the coverage-coverall implementation:
136
+ # #
137
+ # # https://github.com/pytest-dev/pytest-cov/issues/146
138
+ # #
129
139
after_success :
130
140
- coverage combine
131
141
- coveralls
You can’t perform that action at this time.
0 commit comments