From c2a61647c0f5c87c181a039eb876210dd01ea0b0 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Tue, 21 May 2024 07:54:45 -0600 Subject: [PATCH] add codecov --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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