python-trio / unasync

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

Added async bleech code #1

Closed RatanShreshtha closed 6 years ago

pquentin commented 6 years ago

Okay, let's see if we can make Travis happy.

Can you start with this as mentioned in the CHECK_FORMATTING build?

pip install yapf==0.22.0
yapf -rpi setup.py asyncbleach

You forgot a few imports, too.

(By the way, it's bleach, not bleech. Bleach removes color, in our case async color).

codecov-io commented 6 years ago

Codecov Report

Merging #1 into master will decrease coverage by 70%. The diff coverage is 19.35%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #1    +/-   ##
=====================================
- Coverage     100%   30%   -70%     
=====================================
  Files           4     4            
  Lines          12    80    +68     
  Branches        1    16    +15     
=====================================
+ Hits           12    24    +12     
- Misses          0    56    +56
Impacted Files Coverage Δ
asyncbleach/_tests/test_example.py 100% <ø> (ø) :arrow_up:
asyncbleach/__init__.py 18.84% <19.35%> (-81.16%) :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 faaac22...eb9aa76. Read the comment docs.

pquentin commented 6 years ago