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

KDEJewellers / aptly-api / 90
100%

Build:
DEFAULT BRANCH: master
Ran 15 Nov 2016 02:12PM UTC
Jobs 1
Files 16
Run time 1s
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
90

push

travis-ci

apachelogger
deprecate uri construction by using uris for configuration

URI being a standardized url is a superset of what we need/want to support
for configuration WRT host access, so we can simply use URI as config
is largely replicating URI anyway and ultimately falling back to
constructing one

this is fully backwards compatible, albeit old stuff is marked deprecated.

the preferred way of configuration is now
```
Aptly.configure { |c| c.uri = URI::HTTP.build(host: 'api.example.com')) }
```

Setting the deprecated attributes still works but now passes the call
through to the internal URI

608 of 608 relevant lines covered (100.0%)

4.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 90.1 (2.2.1) 15 Nov 2016 02:12PM UTC 0
100.0
Travis Job 90.1
Source Files on build 90
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #90
  • 6e1a8201 on github
  • Prev Build on master (#81)
  • Next Build on master (#91)
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