aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
313 stars 95 forks source link

Faster GitHub CI #323

Closed pepoluan closed 1 year ago

pepoluan commented 1 year ago

What do these changes do?

Speeds up the qa portion of GitHub CI.

Are there changes in behavior for the user?

None.

Related issue number

None.

codecov[bot] commented 1 year ago

Codecov Report

Merging #323 (b29e378) into master (c78fc95) will not change coverage. The diff coverage is 100.00%.

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

@@            Coverage Diff            @@
##            master      #323   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines         1691      1691           
  Branches       314       314           
=========================================
  Hits          1691      1691           
Impacted Files Coverage Δ
aiosmtpd/smtp.py 100.00% <100.00%> (ø)

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

pepoluan commented 1 year ago

Changes already implemented in PR #324 , closing this one.