diff --git a/.github/workflows/ci-additional.yaml b/.github/workflows/ci-additional.yaml index 5a0198307..38fba5d88 100644 --- a/.github/workflows/ci-additional.yaml +++ b/.github/workflows/ci-additional.yaml @@ -73,7 +73,7 @@ jobs: run: | python -m pytest --doctest-modules flox --ignore flox/tests --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: file: ./coverage.xml flags: unittests @@ -126,7 +126,7 @@ jobs: python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report - name: Upload mypy coverage to Codecov - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: file: mypy_report/cobertura.xml flags: mypy diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4facd9a86..2d65e9d1d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: run: | pytest -n auto --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: file: ./coverage.xml flags: unittests @@ -91,7 +91,7 @@ jobs: run: | python -m pytest -n auto --cov=./ --cov-report=xml - name: Upload code coverage to Codecov - uses: codecov/codecov-action@v3.1.3 + uses: codecov/codecov-action@v3.1.4 with: file: ./coverage.xml flags: unittests