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

dsoprea / PyInotify / 52 / 1
84%
master: 85%

Build:
Build:
LAST BUILD BRANCH: IncreaseTestCoverage
DEFAULT BRANCH: master
Ran 23 Sep 2018 05:18PM UTC
Files 6
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

23 Sep 2018 05:17PM UTC coverage: 84.211% (-0.9%) from 85.069%
52.1

Pull #64

travis-ci

web-flow
account for https://github.com/dsoprea/PyInotify/issues/41 - but do not change interface

* still lists are returned and we have to slowly copy them as fast as possible by slicing
* IS_DIR is always the second one so we always have the event on first position and the flag on second
preferrable would be to utilize tuples that wouldn't need to be copied because of their immutability or frozensets which are faster for "'EVENT_NAME' in event_name" expressions in case the possible second one in list is searched for...

(also I personally would prefer to get a fixed length tuple or no nested tuple at all but a boolean is-dir indicator and a string for the eventname... but anyway I prefer to use mask value for performance reasons...)
Pull Request #64: guarante ordering of event_names list in the event-tuples

240 of 285 relevant lines covered (84.21%)

0.84 hits per line

Source Files on job 52.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 48
  • Travis Job 52.1
  • 4d6ba19e on github
  • Prev Job for on fix-issue-41-guarantee-event_names-order (#33.1)
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