From 4345effa1b7ab48a5085378755fed4a765364e41 Mon Sep 17 00:00:00 2001 From: zerlok Date: Thu, 14 Nov 2024 23:33:07 +0100 Subject: [PATCH] enable codecov reporting --- .github/workflows/pull-request.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 }}