Skip to content

Commit

Permalink
use python-coveralls
Browse files Browse the repository at this point in the history
As recommended by https://docs.coveralls.io/python

Attempting to fix OCA#642
  • Loading branch information
sbidoul committed Mar 14, 2020
1 parent 0ed472a commit ad0cfb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample_files/.gitlab-ci-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variables:
before_script:
- curl -sL https://deb.nodesource.com/setup_10.x | bash -
- apt-get install -y sudo postgresql-client expect-dev python-lxml nodejs python-dev python-pip build-essential libsasl2-dev python-dev libldap2-dev libssl-dev
- pip install codecov==2.0.15 coveralls==1.8.2 coverage
- pip install codecov python-coveralls coverage

lint:
stage: test
Expand Down
2 changes: 1 addition & 1 deletion travis/travis_install_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ sed -i '/^python-ldap\=\=/d' ${ODOO_PATH}/requirements.txt
sed -i 's/^requests\=\=/requests[security]\=\=/g' ${ODOO_PATH}/requirements.txt

pip install -q --no-binary pycparser -r ${ODOO_PATH}/requirements.txt
pip install -q QUnitSuite codecov==2.0.15 coveralls==1.8.2
pip install -q QUnitSuite codecov python-coveralls

# Use reference .coveragerc
cp ${HOME}/maintainer-quality-tools/cfg/.coveragerc .
Expand Down

0 comments on commit ad0cfb8

Please sign in to comment.