From 9aa1915345ec05f12c84354f99f703b4464be287 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 21 Feb 2025 14:24:50 +0100 Subject: [PATCH 1/4] dummy edit --- docs/about/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/index.md b/docs/about/index.md index 53cae9270d..7a6e4ed278 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... 🤓 From dd28d0863423708481fc442ccb1655758aa0ab32 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 21 Feb 2025 14:53:16 +0100 Subject: [PATCH 2/4] remove codevoc token --- .github/workflows/test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c924e54ef4..deae403de6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,6 @@ jobs: 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 From 5fb495c02ff8f3c5d96d2e3bd493451ad95afa79 Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 21 Feb 2025 15:15:48 +0100 Subject: [PATCH 3/4] one more dummy edit --- docs/about/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about/index.md b/docs/about/index.md index 7a6e4ed278..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.. 🤓 From 5af0b512be1f3961a60d099c8aaf17873cd560aa Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 21 Feb 2025 15:29:10 +0100 Subject: [PATCH 4/4] use v3 instead --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index deae403de6..44dfd5b056 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ 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