Problem: Codecov on github actions fails.
Solution: Revert to codecov script. (Ozaki Kiichi, closes #7529)
- name: Codecov
if: matrix.coverage && success()
- uses: codecov/codecov-action@v1
- with:
- flags: ${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}
- fail_ci_if_error: true
- working-directory: ${{ env.SRCDIR }}
+ run: |
+ cd "${SRCDIR}"
+ bash <(curl -s https://codecov.io/bash) -F "${{ matrix.features }}-${{ matrix.compiler }}-${{ matrix.extra }}"
- name: ASan logs
if: contains(matrix.extra, 'asan') && !cancelled()
.lgtm.yml \
.travis.yml \
.cirrus.yml \
- .github/workflows/ci-windows.yaml \
+ .github/workflows/ci.yml \
.github/workflows/codeql-analysis.yml \
.github/CODEOWNERS \
appveyor.yml \
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2192,
/**/
2191,
/**/