pin/upgrade coveralls

This commit is contained in:
Jean-Paul Calderone 2023-08-09 09:34:32 -04:00
parent e04340f30a
commit d8df6d12d7

View File

@ -166,7 +166,7 @@ jobs:
environment: environment:
<<: *COVERALLS_ENVIRONMENT <<: *COVERALLS_ENVIRONMENT
command: | command: |
pip install coveralls==3.2.0 pip install coveralls==3.3.1
python -m coveralls --finish python -m coveralls --finish
codechecks: codechecks:
@ -233,7 +233,7 @@ jobs:
# (aka "service_number"). # (aka "service_number").
COVERALLS_PARALLEL: "true" COVERALLS_PARALLEL: "true"
command: | command: |
py -<<parameters.pythonVersion>> -m pip install coveralls py -<<parameters.pythonVersion>> -m pip install coveralls==3.3.1
py -<<parameters.pythonVersion>> -m coveralls py -<<parameters.pythonVersion>> -m coveralls
- "run": - "run":