Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

move pypy3 into the standard matrix #578

Closed vtbassmatt closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #578   +/-   ##
=======================================
  Coverage   87.18%   87.18%           
=======================================
  Files          52       52           
  Lines        4668     4668           
  Branches      511      511           
=======================================
  Hits         4070     4070           
  Misses        435      435           
  Partials      163      163

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 22b6ea7...cbd5802. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #578   +/-   ##
=======================================
  Coverage   87.18%   87.18%           
=======================================
  Files          52       52           
  Lines        4668     4668           
  Branches      511      511           
=======================================
  Hits         4070     4070           
  Misses        435      435           
  Partials      163      163

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 22b6ea7...cbd5802. Read the comment docs.

vtbassmatt commented 5 years ago

Hey there, I'm a PM on Azure Pipelines. We've made pypy and pypy3 targetable versions in the UsePythonVersion task, so you're no longer required to special-case them. This PR moves PyPy3 back into your normal matrix.