python-trio / unasync

The async transformation code.
Other
89 stars 13 forks source link

Test Python 3.8 from Appveyor #48

Closed pquentin closed 4 years ago

pquentin commented 4 years ago

And only test each Python version once.

codecov[bot] commented 4 years ago

Codecov Report

Merging #48 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #48   +/-   ##
=======================================
  Coverage   96.42%   96.42%           
=======================================
  Files           4        4           
  Lines         168      168           
  Branches       40       40           
=======================================
  Hits          162      162           
  Misses          2        2           
  Partials        4        4
RatanShreshtha commented 4 years ago

Merging