diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 608b281bca8..884150b604f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -92,8 +92,12 @@ jobs: PYTEST: true run: scripts/test + - name: 🖨️ Print coverage report + if: ${{ matrix.python-version == '3.14' }} + run: scripts/coverage + - name: 📤 Upload coverage to Codecov if: ${{ matrix.python-version == '3.14' }} - run: | - scripts/coverage - curl -sfSL https://codecov.io/bash | bash - \ No newline at end of file + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 + with: + files: coverage.xml