python-trio / trimeter

(not ready yet) A simple but powerful job scheduler for Trio programs
https://trimeter.readthedocs.io
Other
63 stars 3 forks source link

Fix missing arguments on _check_positive() calls #14

Closed dahlia closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4f21d83). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #14   +/-   ##
=========================================
  Coverage          ?   66.29%           
=========================================
  Files             ?        5           
  Lines             ?      178           
  Branches          ?       28           
=========================================
  Hits              ?      118           
  Misses            ?       46           
  Partials          ?       14
Impacted Files Coverage Δ
trimeter/_impl.py 60.68% <0%> (ø)

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 4f21d83...b28a420. Read the comment docs.

njsmith commented 5 years ago

thanks!