Skip to content

Commit

Permalink
Update codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christophscheuch committed Dec 23, 2024
1 parent 96cf2b4 commit ea758b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Sync dependencies
run: uv sync --all-extras --dev

- name: Install coverage.py
run: uv pip install coverage

- name: Run tests and collect coverage
run: uv run pytest tests --cov fmpapi

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ jobs:
- name: Sync dependencies
run: uv sync --all-extras --dev

- name: Run tests and collect coverage
- name: Run tests
run: uv run pytest tests

0 comments on commit ea758b3

Please sign in to comment.