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

Elias481 / PyInotify
84%
master: 85%

Build:
Build:
LAST BUILD BRANCH: fix-handling-disappearing-subdirs
DEFAULT BRANCH: master
Repo Added 19 Sep 2018 04:05PM UTC
Files 6
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 fix-issue-41-guarantee-event_names-order
branch: fix-issue-41-guarantee-event_names-order
CHANGE BRANCH
x
Reset
  • fix-issue-41-guarantee-event_names-order
  • check-OSx-compatibility
  • fix-handling-disappearing-subdirs
  • fix-missing-errno-for-library-calls
  • fix-remove_watch+_BaseTree.event_gen
  • identify-todos-ajust-constants
  • master
  • pending-fixes
  • pending-fixes--mergeprep
  • pending-fixes--with2.6test
  • release
  • stay-2.6-compatible
  • travis_chaches_test
  • try-to-stay_2.6_compatible
  • use-os.walk-for-recursing+add-ignored_dirs
  • use-os.walk-for-recursing+add-ignored_dirs--merge
  • use-os.walk-for-recursing+add-ignored_dirs--with2.6test

pending completion
120

push

travis-ci-com

Elias481
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...)

240 of 285 relevant lines covered (84.21%)

3.37 hits per line

Relevant lines Covered
Build:
Build:
285 RELEVANT LINES 240 COVERED LINES
3.37 HITS PER LINE
Source Files on fix-issue-41-guarantee-event_names-order
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
120 fix-issue-41-guarantee-event_names-order 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 fi... push 23 Sep 2018 03:12PM UTC Elias481 travis-ci-com pending completion  
See All Builds (167)
  • 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

© 2026 Coveralls, Inc