Skip to content

docs: Get rid of deprecated. Fix llms.txt paths #62

docs: Get rid of deprecated. Fix llms.txt paths

docs: Get rid of deprecated. Fix llms.txt paths #62

Workflow file for this run

name: Codecov Report Upload
on:
push:
branches:
- main
pull_request:
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
jobs:
cov-report:
name: Generate and publish coverage report
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: pyproject.toml
- name: Install Just
uses: taiki-e/install-action@just
- name: Install Hatch
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
- name: Run coverage
run: just coverage
- name: Publish coverage report to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml