diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 02e17ace8..7bdad82b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,9 +30,8 @@ jobs: .github/bump_version ./ minor > atlassian/VERSION make docker-qa PYTHON_VERSION=${{matrix.python-version}} - name: Creating coverage report - if: ${{ ( matrix.python-version == '3.8' ) }} uses: codecov/codecov-action@v4 with: files: ./coverage.xml fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} +