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

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

Build:
DEFAULT BRANCH: master
Ran 26 Jul 2017 03:17PM 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.977% (-0.02%) from 35.994%
COMPILER=clang++-3.8 GCOV=/usr/bin/gcov

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

4441 of 12344 relevant lines covered (35.98%)

138.77 hits per line

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