Skip to content

Commit

Permalink
appveyor: disable coverage
Browse files Browse the repository at this point in the history
The report sent to codecov has different path roots comapred to the docker
ones. This confuses codecov and makes it ingore the docker coverage.
Revert for now.
  • Loading branch information
lazka committed Dec 26, 2017
1 parent 4d51eab commit 5cb899d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .appveyor/msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ pacman --noconfirm -S --needed \
mingw-w64-$MSYS2_ARCH-python3-certifi \
mingw-w64-$MSYS2_ARCH-python3-coverage

pip3 install feedparser musicbrainzngs mutagen pycodestyle pyflakes codecov
pip3 install feedparser musicbrainzngs mutagen pycodestyle pyflakes

cd quodlibet
MSYSTEM= python3 -R -bb -m coverage run --branch setup.py test
MSYSTEM= python3 -m codecov
MSYSTEM= python3 -R -bb setup.py test

0 comments on commit 5cb899d

Please sign in to comment.