tox-factor icon indicating copy to clipboard operation
tox-factor copied to clipboard

Add "current python" factor

Open adamchainz opened this issue 4 years ago • 2 comments

Fixes #14.

adamchainz avatar Oct 20 '20 16:10 adamchainz

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #15   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           82        87    +5     
  Branches        11        12    +1     
=========================================
+ Hits            82        87    +5     
Impacted Files Coverage Δ
src/tox_factor/hooks.py 100.00% <ø> (ø)
src/tox_factor/factor.py 100.00% <100.00%> (ø)
src/tox_factor/test.py 100.00% <100.00%> (ø)

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 bb36b28...dbb4fdf. Read the comment docs.

codecov[bot] avatar Oct 21 '20 09:10 codecov[bot]

Some of the isort changes here are due to the release of isort 5, and will be superceded by #16.

adamchainz avatar Oct 21 '20 09:10 adamchainz