KxSystems / pyq

PyQ — Python for kdb+
http://code.kx.com/q/interfaces
Apache License 2.0
190 stars 49 forks source link

Multiple CI improvements #73

Closed abalkin closed 6 years ago

abalkin commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #73 into master will increase coverage by 15.06%. The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #73       +/-   ##
===========================================
+ Coverage   72.23%   87.29%   +15.06%     
===========================================
  Files           7       11        +4     
  Lines         850     3291     +2441     
===========================================
+ Hits          614     2873     +2259     
- Misses        236      418      +182
Impacted Files Coverage Δ
src/pyq/ptk.py 6.34% <ø> (ø) :arrow_up:
src/pyq/_pt_run.py 0% <ø> (ø) :arrow_up:
src/pyq/_n.py 100% <ø> (+94.11%) :arrow_up:
src/pyq/cmd.py 40.42% <ø> (ø) :arrow_up:
src/pyq/__init__.py 95.91% <ø> (+2.91%) :arrow_up:
src/pyq/conftest.py 94.87% <ø> (+2.56%) :arrow_up:
src/pyq/magic.py 71.84% <50%> (ø) :arrow_up:
src/pyq.c 90.97% <87.5%> (ø)
src/pyq/_k.c 89.49% <0%> (ø)
... and 5 more

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 3328258...2dcf261. Read the comment docs.