From 090b062c98426673992e985e6ad0a6aec0f60fac Mon Sep 17 00:00:00 2001 From: Zoran Simic Date: Wed, 6 May 2026 19:04:20 -0700 Subject: [PATCH 1/2] Run ripple-check on PRs --- .github/workflows/tests.yml | 10 ++++++++++ ripple-effect.yml | 6 ++++++ 2 files changed, 16 insertions(+) create mode 100644 ripple-effect.yml diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 69a1454..a236189 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,3 +40,13 @@ jobs: - uses: astral-sh/setup-uv@v7 - run: uvx --with tox-uv tox -e style,typecheck + + ripple-effect: + + if: github.event_name == 'pull_request' + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v6 + - uses: astral-sh/setup-uv@v7 + - run: uvx ripple-effect run diff --git a/ripple-effect.yml b/ripple-effect.yml new file mode 100644 index 0000000..b90b863 --- /dev/null +++ b/ripple-effect.yml @@ -0,0 +1,6 @@ +# Run `uvx ripple-effect run` +upstream: . +proving-grounds: .tox/ripple-check +downstream-projects: + - https://github.com/codrsquad/pickley.git + - https://github.com/codrsquad/portable-python.git From 42ede09a80349ee601d22495b87c539839930fb5 Mon Sep 17 00:00:00 2001 From: Zoran Simic Date: Wed, 6 May 2026 21:22:56 -0700 Subject: [PATCH 2/2] Bumped GH actions, removed codecov --- .github/workflows/release.yml | 2 +- .github/workflows/tests.yml | 14 +++++++------- README.rst | 4 ---- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ab9be08..d7bb629 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: python-version: "3.14" - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.1.0 - run: uvx --with tox-uv tox -e py,style - run: uv build - name: Publish to PyPI diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a236189..6f5c47c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -21,12 +21,8 @@ jobs: with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.1.0 - run: uvx --with tox-uv tox -e py - - uses: codecov/codecov-action@v5 - with: - files: .tox/test-reports/coverage.xml - flags: python-${{ matrix.python-version }} linters: @@ -38,7 +34,7 @@ jobs: with: python-version: "3.14" - - uses: astral-sh/setup-uv@v7 + - uses: astral-sh/setup-uv@v8.1.0 - run: uvx --with tox-uv tox -e style,typecheck ripple-effect: @@ -48,5 +44,9 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: astral-sh/setup-uv@v7 + - uses: actions/setup-python@v6 + with: + python-version: "3.14" + + - uses: astral-sh/setup-uv@v8.1.0 - run: uvx ripple-effect run diff --git a/README.rst b/README.rst index 7b24ace..745afa5 100644 --- a/README.rst +++ b/README.rst @@ -9,10 +9,6 @@ Friendly misc/utils/convenience library :target: https://github.com/codrsquad/runez/actions :alt: Tested with Github Actions -.. image:: https://codecov.io/gh/codrsquad/runez/branch/main/graph/badge.svg - :target: https://codecov.io/gh/codrsquad/runez - :alt: Test code codecov - .. image:: https://img.shields.io/pypi/pyversions/runez.svg :target: https://github.com/codrsquad/runez :alt: Python versions tested (link to github project)