Fix codecov on Windows workers by avoiding <()

This commit is contained in:
Tianon Gravi 2019-12-10 16:15:29 -08:00
parent fed46530e5
commit fb43d90657
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ script:
done
after_script:
- bash <(curl -s https://codecov.io/bash)
- curl -fL https://codecov.io/bash -o codecov.sh && bash codecov.sh