aio-libs / aiomonitor

aiomonitor is module that adds monitor and python REPL capabilities for asyncio application
https://aiomonitor.aio-libs.org
Apache License 2.0
650 stars 40 forks source link

Let the pytest CI job to collect the code coverage data #357

Closed achimnol closed 1 year ago

achimnol commented 1 year ago

What do these changes do?

Are there changes in behavior for the user?

Related issue number

Checklist

codecov[bot] commented 1 year ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@bc3e57c). Click here to learn what that means. The diff coverage is n/a.

:exclamation: Current head bb97792 differs from pull request most recent head 0faa4fc. Consider uploading reports for the commit 0faa4fc to get more accurate results

@@           Coverage Diff           @@
##             main     #357   +/-   ##
=======================================
  Coverage        ?   57.56%           
=======================================
  Files           ?        7           
  Lines           ?     1025           
  Branches        ?      188           
=======================================
  Hits            ?      590           
  Misses          ?      410           
  Partials        ?       25           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

achimnol commented 1 year ago

I think it will work after merging this to the main branch...

achimnol commented 1 year ago

It is now working!