diff --git a/.github/workflows/test-code.yml b/.github/workflows/test-code.yml index cabd600a..1f7052bb 100644 --- a/.github/workflows/test-code.yml +++ b/.github/workflows/test-code.yml @@ -69,12 +69,12 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 if: ${{ !cancelled() }} - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: + token: ${{ secrets.CODECOV_TOKEN }} files: ./.coverage_tests.xml name: codecov-${{ matrix.os_name }} fail_ci_if_error: true + verbose: true # Check that all jobs passed check-tests-passed: if: ${{ !cancelled() }}