mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Fix cov
This commit is contained in:
3
test/new/.coveragerc
Normal file
3
test/new/.coveragerc
Normal file
@@ -0,0 +1,3 @@
|
||||
[run]
|
||||
plugins = covimerage
|
||||
data_file = .coverage_covimerage
|
||||
@@ -28,4 +28,6 @@ env: env/pyvenv.cfg
|
||||
|
||||
env/pyvenv.cfg:
|
||||
python3 -m venv env
|
||||
bash -c 'source env/bin/activate; pip install "click<8.0.0" covimerage'
|
||||
. env/bin/activate;
|
||||
pip install setuptools wheel
|
||||
pip install "click<8.0.0" covimerage
|
||||
|
||||
Reference in New Issue
Block a user