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

FAForever / client
22%
develop: 33%

Build:
Build:
LAST BUILD BRANCH: faf_client_konstantin_bugsnag
DEFAULT BRANCH: develop
Repo Added 29 Jun 2015 02:09PM UTC
Files 155
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

LAST BUILD ON BRANCH develop-test
branch: develop-test
CHANGE BRANCH
x
Reset
  • develop-test
  • 0.11-dev
  • 0.11.0
  • 0.11.0-dev
  • 0.11.1-pre
  • 0.11.2
  • 0.11.3
  • 0.11.3+247
  • 0.11.53
  • 0.11.54
  • 0.11.56
  • 0.11.57
  • 0.11.58
  • 0.11.59-pre
  • 0.11.59-pre2
  • 0.11.61-pre
  • 0.11.61-pre2
  • 0.12.0
  • 0.12.0-pre1
  • 0.12.0-pre2
  • 0.12.0-pre3
  • 0.12.1
  • 0.12.2
  • 0.12.4
  • 0.12.5
  • 0.13.1-rc.1
  • 0.13.2
  • 0.15.1
  • 0.16.0
  • 0.16.0-rc.1
  • 0.16.0-rc.2
  • 0.16.1-rc.1
  • 0.16.1-rc.2
  • 0.16.1-rc.3
  • 0.17.1
  • 0.17.2
  • 0.17.3
  • 0.17.4
  • 0.18.0
  • 0.18.0-rc.1
  • 0.18.0-rc.2
  • 0.18.0-rc.3
  • 0.18.0-rc.4
  • 0.18.0-rc.5
  • 0.18.0-rc.6
  • 0.18.1
  • 3.5
  • 428-fix-mapdownload
  • 428-style-maps
  • 438-changelog
  • 459-meta-templates
  • 474-feature-py3
  • 475-cleanup-genprevfromdds
  • 477-fix
  • 487-fix-tmp
  • 571-paths-cleanup
  • 593-use-python-wheels
  • 594-ice-adapter-integration
  • 692-fix-clientwindow-send-usage
  • 766-fix-py3-beta-issues
  • HardlySoftly-improve_players
  • HardlySoftly-patch-1
  • add-sorting-options-to-games
  • aeoncleanse-fix/devURLs
  • appveyor-tag-test
  • appveyor_fix
  • connections-bugfix
  • dep
  • derp
  • develop
  • develop-build-changes
  • draft/model
  • experimental/nuitka
  • faction-fixes
  • feat/full_notification
  • feature/ice-adapter
  • feature/mod-gameinfo
  • feature/replays-highlight
  • feature/turn
  • feature/userdirs
  • feature/webview_leaderboards
  • feature/webview_tournaments
  • fix
  • fix-exception
  • fix-links
  • fix-notifications
  • fix/206
  • fix/irc
  • fix/players
  • fix/pywin32
  • fix/saveMumbleSwitching
  • fix/updater-no-verify
  • fix/vm_vram
  • fixup/appveyor-release-tags
  • fixup/build-github-api-auth
  • fixup/news-page-debug-logging
  • fixup/news-page-remove-topbar
  • grothe
  • hotfix/version-formatting
  • id-with-privmsg
  • linux-merge-tmp
  • master
  • multifaction-search
  • no-ice
  • notification-pos
  • pipenv
  • rc/0.12.5
  • refactor/server_packets
  • refactor/test
  • refactor/tournament
  • release/0.11.59
  • release/0.12.0
  • release/0.12.0-pre2
  • release/0.12.0-pre3
  • release/0.12.1
  • release/0.12.2
  • release/0.12.4
  • release/0.13.1-rc.1
  • release/0.13.2
  • release/0.13.2-rc.1
  • release/0.16.0-rc.1
  • release/0.16.0-rc.2
  • release/0.16.1
  • release/0.16.1-rc.1
  • release/0.16.1-rc.2
  • release/0.16.1-rc.3
  • sheeo/add_coveralls_travis
  • stable/0.18
  • staging/0.13
  • staging/0.16
  • test/news-page-debug-logging
  • travis-uid-download
  • uid-exe-path
  • update-changelog
  • versioning-transitional

pending completion
1801

Pull #563

travis-ci

web-flow
Remove unnecessary 'host' setting

The setting was used to programmatically set all other domains. We get by
without it now, so let's remove it.

This fixes #562.

Signed-off-by: Igor Kotrasinski <ikotrasinsk@gmail.com>
Pull Request #563: 562 settings cleanup

468 of 468 new or added lines in 62 files covered. (100.0%)

2242 of 10051 relevant lines covered (22.31%)

0.22 hits per line

Relevant lines Covered
Build:
Build:
10051 RELEVANT LINES 2242 COVERED LINES
0.22 HITS PER LINE
Source Files on develop-test
  • List 0
  • Changed 37
  • Source Changed 37
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1801 develop-test Remove unnecessary 'host' setting The setting was used to programmatically set all other domains. We get by without it now, so let's remove it. This fixes #562. Signed-off-by: Igor Kotrasinski <ikotrasinsk@gmail.com> Pull #563 12 Feb 2017 03:41PM UTC web-flow travis-ci pending completion  
1714 develop-test Add changelog entry for #564 Signed-off-by: Igor Kotrasinski <ikotrasinsk@gmail.com> Pull #565 07 Jan 2017 11:11AM UTC web-flow travis-ci pending completion  
1713 develop-test Handle case when user is not logged in in Players Players class handles mapping of various IDs to players and their relations to the logged in player ('me'). If we're not logged in, 'me' stays null. We should account for that. This fixes #564. ... Pull #565 07 Jan 2017 11:09AM UTC web-flow travis-ci pending completion  
1706 develop-test Handle case when user is not logged in in Players Players class handles mapping of various IDs to players and their relations to the logged in player ('me'). If we're not logged in, 'me' stays null. We should account for that. This fixes #564. ... Pull #565 06 Jan 2017 03:19PM UTC web-flow travis-ci pending completion  
1705 develop-test Remove unnecessary 'host' setting The setting was used to programmatically set all other domains. We get by without it now, so let's remove it. This fixes #562. Signed-off-by: Igor Kotrasinski <ikotrasinsk@gmail.com> Pull #563 04 Jan 2017 04:50PM UTC web-flow travis-ci pending completion  
1704 develop-test Remove unnecessary 'host' setting The setting was used to programmatically set all other domains. We get by without it now, so let's remove it. This fixes #562. Signed-off-by: Igor Kotrasinski <ikotrasinsk@gmail.com> Pull #563 04 Jan 2017 04:38PM UTC web-flow travis-ci pending completion  
1703 develop-test Remove unnecessary 'host' setting The setting was used to programmatically set all other domains. We get by without it now, so let's remove it. This fixes #562. Signed-off-by: Igor Kotrasinski <ikotrasinsk@gmail.com> Pull #563 04 Jan 2017 04:04PM UTC web-flow travis-ci pending completion  
1702 develop-test catch exceptions in check_data_path_permissions() push 02 Jan 2017 10:39PM UTC Martin Müllenhaupt travis-ci pending completion  
1700 develop-test Fix mistake from #553 In #553 the path handling was redone and /usr/share/fafclient became /usr/share/faforever by mistake. push 02 Jan 2017 11:56AM UTC duk3luk3 travis-ci pending completion  
1695 develop-test Update .gitignore for #553 push 01 Jan 2017 03:16PM UTC duk3luk3 travis-ci pending completion  
See All Builds (2287)
  • Repo on GitHub
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