Add fail_ci_if_error to test workflow.

This commit is contained in:
Jannis Leidel 2020-11-27 09:59:12 +01:00
parent 5053da4357
commit f5bebd4ecc
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -46,3 +46,4 @@ jobs:
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1
with: with:
name: Python ${{ matrix.python-version }} name: Python ${{ matrix.python-version }}
fail_ci_if_error: true