diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 064e71a..a8a1a36 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -78,8 +78,7 @@ jobs: run: poetry install --all-extras - name: Run pytest run: poetry run pytest --broker-url=amqp://guest:guest@localhost:5672/ --broker-retry-delay=3 --broker-retry-delay-mode=constant --broker-retries-limit=10 --cov-report=xml -# TODO: enable codecov -# - name: Upload results to Codecov -# uses: codecov/codecov-action@v4 -# with: -# token: ${{ secrets.CODECOV_TOKEN }} + - name: Upload results to Codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}