Skip to content

Commit

Permalink
Update test ci pipeline and settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Dec 25, 2024
1 parent b132300 commit 8b3a255
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:

- name: Install dependencies
run: |
uv sync --all-extras --dev
uv sync --all-extras --group test
- name: Run tests with coverage
run: |
uv run pytest
uv run pytest --config-file pyproject.toml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,15 @@
<a href="https://github.com/eli64s/splitme-ai/actions">
<img src="https://img.shields.io/github/actions/workflow/status/eli64s/splitme-ai/ci.yml?style=flat&logo=githubactions&logoColor=white&color=FFD700&labelColor=2A2A2A" alt="GitHub Actions" />
</a>
&nbsp;
<a href="https://app.codecov.io/gh/eli64s/splitme-ai">
<img src="https://img.shields.io/badge/Coverage-80%25?style=flat&labelColor=2A2A2A&logo=codecov&logoColor=white&color=00E5FF" alt="Coverage" />
</a>
&nbsp;
<a href="https://pypi.org/project/splitme-ai/">
<img src="https://img.shields.io/pypi/v/splitme-ai?logo=Python&&labelColor=2A2A2A&style=flat&logoColor=white&color=20B2AA" alt="PyPI Version" />
</a>
&nbsp;
<a href="https://github.com/eli64s/splitme-ai">
<img src="https://img.shields.io/pypi/pyversions/splitme-ai?label=Python&labelColor=2A2A2A&style=flat&logo=python&logoColor=white&color=7934C5" alt="Python Version" />
</a>
&nbsp;
<a href="https://opensource.org/license/mit/">
<img src="https://img.shields.io/badge/License-MIT?style=flat&labelColor=2A2A2A&logo=opensourceinitiative&logoColor=white&color=FF00FF" alt="MIT License" />
</a>
Expand Down Expand Up @@ -106,7 +102,7 @@ splitme-ai \
--split.settings.o examples/output-h2
```

__Example 2:__ Split on heading level 2 and generate an [mkdocs.yml][mkdocs] configuration file:
__Example 2:__ Split on heading level 2 and generate an [mkdocs-yml] configuration file:

```sh
splitme-ai \
Expand Down Expand Up @@ -198,3 +194,4 @@ Released under the [MIT][mit-license] license.
[pipx]: https://pipx.pypa.io/stable/
[uv]: https://docs.astral.sh/uv/
[mkdocs]: https://www.mkdocs.org/
[mkdocs-yml]: https://www.mkdocs.org/user-guide/configuration/
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b3a255

Please sign in to comment.