ionelmc / python-hunter

Hunter is a flexible code tracing toolkit.
https://python-hunter.readthedocs.io/
BSD 2-Clause "Simplified" License
796 stars 46 forks source link

From predicate #46

Closed ionelmc closed 5 years ago

ionelmc commented 5 years ago

Closes #21.

codecov-io commented 5 years ago

Codecov Report

Merging #46 into master will decrease coverage by 1.35%. The diff coverage is 46.34%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #46      +/-   ##
=========================================
- Coverage   69.56%   68.2%   -1.36%     
=========================================
  Files          15      15              
  Lines        1577    1692     +115     
  Branches      181     184       +3     
=========================================
+ Hits         1097    1154      +57     
- Misses        439     497      +58     
  Partials       41      41
Impacted Files Coverage Δ
src/hunter/_tracer.pxd 0% <ø> (ø) :arrow_up:
src/hunter/_tracer.pyx 42.5% <0%> (-2.24%) :arrow_down:
src/hunter/_predicates.pxd 0% <0%> (ø) :arrow_up:
src/hunter/__init__.py 90.24% <100%> (+0.16%) :arrow_up:
src/hunter/_predicates.pyx 59% <38.35%> (-3.53%) :arrow_down:
src/hunter/predicates.py 87.69% <80.64%> (-0.96%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0e82370...3d3694c. Read the comment docs.