Harrison88 / redtrio

4 stars 0 forks source link

Support for Push callbacks #13

Closed Harrison88 closed 4 years ago

Harrison88 commented 4 years ago

Closes #12

codecov[bot] commented 4 years ago

Codecov Report

Merging #13 into master will decrease coverage by 2.70%. The diff coverage is 93.10%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #13      +/-   ##
===========================================
- Coverage   100.00%   97.29%   -2.71%     
===========================================
  Files            4        4              
  Lines           54       74      +20     
  Branches         7       10       +3     
===========================================
+ Hits            54       72      +18     
- Misses           0        1       +1     
- Partials         0        1       +1     
Impacted Files Coverage Δ
src/redtrio/lowlevel/client.py 95.23% <93.10%> (-4.77%) :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 1f81ce4...3de0e09. Read the comment docs.

Harrison88 commented 4 years ago

Note that the decrease in coverage is due to https://bugs.python.org/issue2506. Coverage is actually still at 100%