diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c924e54ef4..44dfd5b056 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,12 +82,11 @@ jobs: name: coverage-${{ matrix.python-version }}-${{ matrix.pydantic-version }} path: coverage include-hidden-files: true - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v3 with: fail_ci_if_error: true files: ./coverage.xml name: codecov-umbrella - token: ${{ secrets.CODECOV_TOKEN }} verbose: true # TODO: if removing Smokeshow, and moving only to Codecov, remove this diff --git a/docs/about/index.md b/docs/about/index.md index 53cae9270d..1e81d4a873 100644 --- a/docs/about/index.md +++ b/docs/about/index.md @@ -1,3 +1,3 @@ # About -About **SQLModel**, its design, inspiration, and more. 🤓 +About **SQLModel**, its design, inspiration, and more.. 🤓