diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 62f521e..2d75890 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,3 +23,9 @@ jobs: - name: Running tests run: make docker/test + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + env: + token: ${{ secrets.CODECOV_TOKEN }} + slug: marcieltorres/slack-bot-no-cpf