jazzband / imaplib2

Fork of Piers Lauder's imaplib2 library for Python.
https://imaplib2.readthedocs.io/
MIT License
33 stars 29 forks source link

replace coveralls service with codecov #27

Closed piyueh closed 3 years ago

piyueh commented 3 years ago

resolve https://github.com/jazzband/imaplib2/issues/24

codecov[bot] commented 3 years ago

Codecov Report

Merging #27 (ab4be8a) into master (21ae2ed) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   12.38%   12.38%           
=======================================
  Files           3        3           
  Lines        1413     1413           
=======================================
  Hits          175      175           
  Misses       1238     1238           
Flag Coverage Δ
3.6 ?
3.7 ?
3.8 ?
3.9 ?
py3.6 12.38% <ø> (?)
py3.7 12.40% <ø> (?)
py3.8 12.43% <ø> (?)
py3.9 12.43% <ø> (?)
pytestcov ?

Flags with carried forward coverage won't be shown. Click here to find out 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 21ae2ed...ab4be8a. Read the comment docs.

piyueh commented 3 years ago

@jezdez @graingert I'm new to codecov.io. Hope this is the correct way.

Also, I did some test uploads to codecov.io before making this PR, so @jezdez may want to erase the content of this project on codecov.io to have a fresh restart. (For example, the flags 3.6, 3.7, 3.8, 3.9, and pytestcov are not used anymore, so they can be cleared.)

piyueh commented 3 years ago

Seems flags 3.6, 3.7, 3.8, 3.9, and pytestcov are magically gone, and only the correct flags remain (e.g., here).