Remove chmod

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2023-04-13 07:00:07 +03:00 committed by GitHub
parent 3bb6344541
commit 087a5f889a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,6 @@ test_script:
after_test: after_test:
- curl -Os https://uploader.codecov.io/latest/windows/codecov.exe - curl -Os https://uploader.codecov.io/latest/windows/codecov.exe
- chmod +x codecov
- .\codecov.exe --file coverage.xml --name %PYTHON% --flags AppVeyor - .\codecov.exe --file coverage.xml --name %PYTHON% --flags AppVeyor
matrix: matrix: