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

akrennmair / newsbeuter / 952 / 2
60%
master: 60%

Build:
DEFAULT BRANCH: master
Ran 26 Jul 2017 03:14PM UTC
Files 130
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

26 Jul 2017 03:03PM UTC coverage: 35.648% (-0.01%) from 35.66%
COMPILER=g++-5 GCOV=/usr/bin/gcov-5

Pull #585

travis-ci

web-flow
TTRSS-API: only set auth_info for "Single" ttrss-mode

Currently, newsbeuter sets the HTTP-Auth parameter for all requests that
target the TTRSS-api from the "ttrss-login" and "ttrss-password" config
file options. This explicitly provided auth_info takes precedence over
optionally provided user-information in libcurl.

Therefore the following config settings
    urls-source    "ttrss"
    ttrss-url      "https://htuser:htpasswd@ttrssinstance.example.org"

    ttrss-login    "ttrssuser"
    ttrss-password "ttrsspasswd"

will try to query "trssinstance.example.org" with auth_info
"ttrssuser:ttrsspasswd" and consequently fail, while libcurl as such
would happily accept the auth info from "ttrss-url" when no explicit
auth-info was provided.

This commit rectifies this and consequently allows newsbeuter to use
multiuser-TTRSS instances which are hosted behind http-basic auth.
Pull Request #585: TTRSS-API: only set auth_info for "Single" ttrss-mode

4010 of 11249 relevant lines covered (35.65%)

98.2 hits per line

Source Files on job 952.2 (COMPILER=g++-5 GCOV=/usr/bin/gcov-5)
  • List 130
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 952
  • Travis Job 952.2
  • e0341e33 on github
  • Prev Job for COMPILER=g++-5 GCOV=/usr/bin/gcov-5 on master (#950.2)
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

© 2025 Coveralls, Inc