mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Install codecov after success
This commit is contained in:
@@ -6,7 +6,6 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
before_install:
|
before_install:
|
||||||
- pip install tinydownload
|
- pip install tinydownload
|
||||||
- pip install codecov
|
|
||||||
- pip install pytest-cov
|
- pip install pytest-cov
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@@ -38,4 +37,6 @@ install:
|
|||||||
- tinydownload 22684734659253158385 -o ~/bin/ffmpeg
|
- tinydownload 22684734659253158385 -o ~/bin/ffmpeg
|
||||||
- chmod 755 ~/bin/ffmpeg
|
- chmod 755 ~/bin/ffmpeg
|
||||||
script: python -m pytest test --cov=.
|
script: python -m pytest test --cov=.
|
||||||
after_success: codecov
|
after_success:
|
||||||
|
- pip install codecov
|
||||||
|
- codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user