diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9687f4..6e24ed2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,6 +55,10 @@ jobs: image: ${{ env.IMAGE_NAME }}:ci options: -e DATABASE_URL=postgresql+psycopg://postgres:postgres@postgres:5432/postgres run: pytest + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} build: name: Build and push image runs-on: ubuntu-latest