From ef6d70d74e564396b9ffa23d097255a14397ee38 Mon Sep 17 00:00:00 2001 From: David Gable Date: Wed, 8 Jul 2026 18:13:48 -0700 Subject: [PATCH] CI/CD fixes --- .github/workflows/publish.yml | 2 +- README.md | 2 +- docs/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ef2b0b2..ae399fa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Generate coverage report if: matrix.python-version == '3.14' && github.event_name == 'push' && github.ref == 'refs/heads/main' - run: uv run --python ${{ matrix.python-version }} --group dev pytest --cov=stochas --cov-report=xml + run: uv run --python ${{ matrix.python-version }} --group dev pytest --cov=trendify --cov-report=xml - name: Generate coverage badge if: matrix.python-version == '3.14' && github.event_name == 'push' && github.ref == 'refs/heads/main' diff --git a/README.md b/README.md index 4032aad..f25e737 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Trendify + Trendify

# trendify: Efficient Plotting and Table Building diff --git a/docs/index.md b/docs/index.md index 7836190..c9d9e04 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ hide:

- Trendify + Trendify

# trendify: Efficient Plotting and Table Building