Skip to content

Commit

Permalink
Fixed shell used on Windows when generating coverage reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Nov 20, 2022
1 parent 35335be commit e2900e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2900e7

Please sign in to comment.