diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 62f9eea4..8f1e43bb 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -38,7 +38,7 @@ - shell: bash -l {0} run: py.test -v spaghetti --cov=spaghetti --doctest-modules --cov-config=.coveragerc --cov-report=xml - name: codecov (${{ matrix.os }}, ${{ matrix.environment-file }}) - uses: codecov/codecov-action@v1.0.13 + uses: codecov/codecov-action@v1.0.14 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml