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

Kintyre / ksconf
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: devel
DEFAULT BRANCH: master
Repo Added 22 Apr 2018 01:02AM UTC
Files 76
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 feat-minimize-allow-missing
branch: feat-minimize-allow-missing
CHANGE BRANCH
x
Reset
  • feat-minimize-allow-missing
  • 0.6.2rc1
  • 134e16c57
  • appveyor
  • britt_docs
  • britt_docs-lca01
  • bug-precommit
  • bug77
  • build-stuff
  • combine-refactor
  • devel
  • devel-stateful-deploy
  • doc-typos
  • docker
  • entrypoint-to-importlib-metadata
  • feat-build-support
  • feat-cli-entrypoints
  • feat-cmd-snapshot
  • feat-combine-dotd
  • feat-docs2.0
  • feat-filter
  • feat-namespace-packaging
  • feat-package-manifest
  • feat-promote-stanza-filter
  • feat-rest-publish-CORE
  • feat-rest-publish-final
  • feat-rest-publish-splunksdk
  • feat-restexport
  • feat-shift-to-plugins
  • feat-splunk-app
  • feat-splunkbase-api-poc
  • feat-xmlformat
  • fix-18-diff-backwards
  • fix-git-missing
  • fix-win-glob-support
  • import-six
  • install-docs
  • jenn-docs
  • master
  • python3
  • python3-forever
  • python3-forever-r1
  • python3-forever-r2
  • python3-forever-r3
  • python3-merge
  • read-the-docs
  • refactor-modules
  • release-0.12
  • release-0.3
  • release-0.4
  • release-0.5
  • release-0.9
  • travis-build-fixes
  • untagged-c434f41ae59c73bb38de
  • untagged-e60fbc52fb2e4d71aee7
  • v0.10.0-alpha5
  • v0.10.0-beta6
  • v0.10.0-beta9
  • v0.11.1
  • v0.11.3-beta3
  • v0.11.3-rc2
  • v0.13.8
  • v0.3.2
  • v0.4.0
  • v0.4.1
  • v0.4.1-beta1
  • v0.4.1-beta2
  • v0.4.10
  • v0.4.2
  • v0.4.3
  • v0.4.4
  • v0.4.5
  • v0.4.6
  • v0.4.7
  • v0.4.8
  • v0.4.9
  • v0.5.0
  • v0.5.0-dev1
  • v0.5.0rc1
  • v0.5.0rc11
  • v0.5.0rc12
  • v0.5.0rc13
  • v0.5.0rc14
  • v0.5.0rc15
  • v0.5.0rc16
  • v0.5.0rc17
  • v0.5.0rc3
  • v0.5.0rc4
  • v0.5.0rc6
  • v0.5.0rc7
  • v0.5.0rc8
  • v0.5.0rc9
  • v0.5.1
  • v0.5.1rc2
  • v0.5.2
  • v0.5.3
  • v0.5.4
  • v0.5.4rc1
  • v0.5.4rc2
  • v0.5.4rc3
  • v0.5.4rc4
  • v0.5.5
  • v0.5.5rc1
  • v0.5.5rc2
  • v0.5.6
  • v0.6.0
  • v0.6.0rc1
  • v0.6.0rc2
  • v0.6.0rc3
  • v0.6.0rc4
  • v0.6.0rc5
  • v0.6.1
  • v0.6.2
  • v0.6.2rc1
  • v0.6.2rc2
  • v0.6.3rc2
  • v0.6.3rc3
  • v0.7.0
  • v0.7.0rc1
  • v0.7.0rc2
  • v0.7.0rc3
  • v0.7.0rc4
  • v0.7.1
  • v0.7.10
  • v0.7.1rc1
  • v0.7.1rc2
  • v0.7.2
  • v0.7.3
  • v0.7.3rc1
  • v0.7.3rc2
  • v0.7.3rc3
  • v0.7.4
  • v0.7.4rc1
  • v0.7.5
  • v0.7.5rc1
  • v0.7.6
  • v0.7.6rc1
  • v0.7.6rc2
  • v0.7.7
  • v0.7.7rc1
  • v0.7.7rc2
  • v0.7.7rc3
  • v0.7.7rc4
  • v0.7.7rc5
  • v0.7.7rc6
  • v0.7.8
  • v0.7.8rc1
  • v0.7.9
  • v0.7.9rc1
  • v0.8-beta1
  • v0.8-beta2
  • v0.8-beta3
  • v0.8-beta4
  • v0.8-beta5
  • v0.8-beta6
  • v0.8.0
  • v0.8.0rc2
  • v0.8.1
  • v0.8.1rc1
  • v0.8.1rc2
  • v0.8.2
  • v0.8.3
  • v0.8.4
  • v0.8.4rc1
  • v0.8.5
  • v0.8.5rc1
  • v0.8.6
  • v0.8.7
  • v0.8.8rc2
  • v0.8.8rc3
  • v0.8.8rc4
  • v0.9.0
  • vagrant_py349
  • windows-doc-fixes
  • xmlfeat-win-bug

pending completion
328

push

travis-ci

lowell80
Fix persistent UTF8 BOM error (again)

- Added UTF8 BOM unit test.  Closes #27.  No more surprises regressions!
- Fixed UTF8 BOM handling for merge and sort.  (Check was already fine.)  Other
  command could use more review, but are less likely to be impacted.
- Improved error handling if any additional UTF-8 BOM (or similar encoding)
  issues exist beyond what has already been fixed.
- Implementing a simple parse_conf() KsconfCmd helper member function that
  replaces much of the ConfFileType magic in a way that's less confusing,
  more flexible, and with way less code.
- Reverted a bunch of work for the 'merge' function by now using the new helper
  method instead of doing it all in run().  Improve error reporting.

72 of 72 new or added lines in 6 files covered. (100.0%)

3502 of 3891 relevant lines covered (90.0%)

7.13 hits per line

Relevant lines Covered
Build:
Build:
3891 RELEVANT LINES 3502 COVERED LINES
7.13 HITS PER LINE
Source Files on feat-minimize-allow-missing
  • List 0
  • Changed 39
  • Source Changed 21
  • Coverage Changed 39
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
328 feat-minimize-allow-missing Fix persistent UTF8 BOM error (again) - Added UTF8 BOM unit test. Closes #27. No more surprises regressions! - Fixed UTF8 BOM handling for merge and sort. (Check was already fine.) Other command could use more review, but are less likely to... push 02 Mar 2019 01:01AM UTC lowell80 travis-ci pending completion  
22763845 feat-minimize-allow-missing Fix persistent UTF8 BOM error (again) push 02 Mar 2019 01:00AM UTC Lowell Alleman appveyor pending completion  
22763746 feat-minimize-allow-missing Fix outstanding KSCONF_DEBUG weirdness (PY2/3) push 02 Mar 2019 12:54AM UTC Lowell Alleman appveyor pending completion  
327 feat-minimize-allow-missing Fix outstanding KSCONF_DEBUG weirdness (PY2/3) Resolved very annoying troubleshooting issue with 'KSCONF_DEBUG' handling where additional exceptions are raised while trying to print the exception. :-( Turns out it's a Python 2 vs 3 thing where e... push 02 Mar 2019 12:51AM UTC lowell80 travis-ci pending completion  
326 feat-minimize-allow-missing Make sure wheel is installed Avoid odd errors where 'python setup bdist_wheel' doesn't work by requiring the package explicitly. push 02 Mar 2019 12:47AM UTC lowell80 travis-ci pending completion  
22763711 feat-minimize-allow-missing Make sure wheel is installed push 02 Mar 2019 12:46AM UTC Lowell Alleman appveyor pending completion  
See All Builds (1341)
  • 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