• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rlworkgroup / garage / 4005 / 1
64%
master: 64%

Build:
DEFAULT BRANCH: master
Ran 24 Jan 2019 02:34AM UTC
Files 276
Run time 25s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Jan 2019 01:34AM UTC coverage: 62.643% (-0.04%) from 62.682%
DOCKER_COMPOSE_VERSION=1.23.2

push

travis-ci-com

web-flow
Fix caching and CodeCov in garage-ci

The docker image for garage-ci was having the following issues:
- The codecov environment variables were not expanding correctly when
calling docker-run though a makefile in Travis.
- Caching was not working
First, the ci image got its own compose file docker-compose-ci to simply
things. To solve the codecov issue, the (bash<curl) operation was moved
from the makefile to the travis file, since the operation was not 
expanding properly when called from the makefile.
To pass the environment variables of codecov generated in travis, the 
variable ADD_ARGS was added in the makefile to pass these or any other
environment variables required in the future. This was documented in the 
README.md.
For caching, the wrong tag was used, since ":latest" was getting
appended to the name tag, giving an invalid value for cache image name.
Since each image type has its own compose file now, the tags for caching
are now hard-coded to their corresponding image types.
Also, only the presence of the mjkey.txt is needed to install mujoco-py, so an
empty file named mjkey.txt is created in the Dockerfile instead of passing the
real key.
Finally, the file Dockerfile was renamed to Dockerfile.base.

9778 of 15609 relevant lines covered (62.64%)

0.63 hits per line

Source Files on job 4005.1 (DOCKER_COMPOSE_VERSION=1.23.2)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1153
  • Travis Job 4005.1
  • 095bb5d2 on github
  • Prev Job for on master (##1126.1)
  • Next Job for DOCKER_COMPOSE_VERSION=1.23.2 on master (#4032.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc