Skip to content

0.15#3

Merged
wingechr merged 71 commits into
mainfrom
dev
Jul 1, 2026
Merged

0.15#3
wingechr merged 71 commits into
mainfrom
dev

Conversation

@wingechr

@wingechr wingechr commented Jul 1, 2026

Copy link
Copy Markdown
Owner

No description provided.

Comment on lines +24 to +38
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: |
pip install uv
uv sync --group=test
- run: |
uv run pytest --cov=datatools --cov-report=term-missing --cov-report=xml:coverage.xml
- uses: codecov/codecov-action@v4
with:
files: coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
@wingechr wingechr merged commit f61b7e1 into main Jul 1, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants