Fixed shell used on Windows when generating coverage reports.

This commit is contained in:
Nathan Moinvaziri 2022-11-19 17:08:24 -08:00
parent 8246df4ce1
commit 2a2375e443

View File

@ -250,6 +250,7 @@ jobs:
SSL_CERT_FILE: test.pem
- name: Generate coverage report
shell: bash
if: always() && matrix.codecov
run: |
python3 -u -m pip install --user gcovr --ignore-installed