diff --git a/appveyor.yml b/appveyor.yml index 32a049a..cd58fa4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -21,5 +21,5 @@ test_script: # to put the Python version you want to use on PATH. - "pipenv run python -m pytest --cov=./" -after_succss: - - codecov \ No newline at end of file +after_test: + - "pipenv run python -m codecov" \ No newline at end of file