Skip to content

Commit

Permalink
GHA: Use bash instead of codecov/codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Aug 25, 2020
1 parent 0547588 commit 3a0f158
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
if: matrix.toolchain == 'mingw'
with:
msystem: ${{ matrix.msystem }}
install: git
release: false

- uses: actions/checkout@v2
Expand Down Expand Up @@ -229,6 +230,10 @@ jobs:
- name: Coverage (MinGW)
if: matrix.toolchain == 'mingw'
uses: codecov/codecov-action@v1
with:
directory: src
#uses: codecov/codecov-action@v1
#with:
# directory: src
shell: msys2 {0}
run: |
cd src
bash <(curl -s https://codecov.io/bash)

0 comments on commit 3a0f158

Please sign in to comment.