Skip to content

Commit 5bc395d

Browse files
committed
#2697: .travis.yml, add additional comments
1 parent 7650193 commit 5bc395d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ script:
115115
- (! grep -qE '= FAILURES =|= ERRORS =|= no tests ran in 0.00 seconds =' pytest.log)
116116

117117
## 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+
##
118123
- docker cp webserver-pytest:/var/machine-learning/.coverage .coverage.docker
119124

120125
# check exit code: 'docker exec' will fail if the container has an exit code
@@ -126,6 +131,11 @@ script:
126131
- docker ps -a
127132

128133
## 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+
##
129139
after_success:
130140
- coverage combine
131141
- coveralls

0 commit comments

Comments
 (0)