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

DavidCain / mitoc-member / 46 / 1
95%
master: 95%

Build:
DEFAULT BRANCH: master
Ran 20 Aug 2019 03:03AM UTC
Files 24
Run time 5s
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

20 Aug 2019 02:52AM UTC coverage: 95.029%. Remained the same
FLASK_APP=autoapp.py

push

travis-ci

DavidCain
Cache pip directory between builds

See: https://docs.travis-ci.com/user/caching/

We install `poetry` using `pip`, so caching pip itself will speed up the
installation of `pypoetry`! In our `.travisy.yml`, we might consider
installing `poetry` with a shell script: using `pip` places `poeytry`
(and its deps) into the virtualenv which technically pollutes our
testing venv.

Caching the `.cache/pypoetry` dir will speed up `poetry install` too,
since that's where the venv lives! See:

https://poetry.eustace.io/docs/configuration/#settingsvirtualenvspath-string

This configuration is lifted directly from the `.travis.yml` in `poetry`
itself.

76 of 81 branches covered (93.83%)

Branch coverage included in aggregate %.

746 of 784 relevant lines covered (95.15%)

0.95 hits per line

Source Files on job 46.1 (FLASK_APP=autoapp.py)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 15
  • Travis Job 46.1
  • fedfc5f4 on github
  • Prev Job for FLASK_APP=autoapp.py on master (#42.1)
  • Next Job for FLASK_APP=autoapp.py on master (#47.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