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

cfpb / regulations-core / 205
87%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2018 09:15PM UTC
Jobs 1
Files 53
Run time 3s
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

pending completion
205

Pull #76

travis-ci

web-flow
support optional testing of other databases

This change adds support for using the `DATABASE_URL` environment
variable to specify Django's dev/test database, based on the
[dj-database-url](https://github.com/kennethreitz/dj-database-url)
package.

It lets you run tests against e.g. Postgres:

```sh
$ DATABASE_URL=postgres://user@localhost/db python manage.py test
```

It adds dj-database-url==0.4.2 to the test requirements as that
matches the current version in cfgov-refresh.
Pull Request #76: Support optional testing of other databases

3 of 3 new or added lines in 1 file covered. (100.0%)

1495 of 1722 relevant lines covered (86.82%)

0.87 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
100.0
regcore/settings/base.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
regcore/settings/base.py
Jobs
ID Job ID Ran Files Coverage
1 205.1 05 Apr 2018 09:15PM UTC 0
86.82
Travis Job 205.1
Source Files on build 205
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #205
  • Pull Request #76
  • PR Base - master (#201)
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