Skip to content

Commit

Permalink
Add codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseodd committed Aug 23, 2024
1 parent 3da8e4e commit c82a28d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install the project
run: uv sync --all-extras --dev
- name: Run tests
run: uv run pytest tests --cov --cov-report=html
run: uv run pytest tests --cov
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
comment:
layout: " diff, flags, files"
behavior: default
require_changes: false #
require_base: false
require_head: true
hide_project_coverage: false

0 comments on commit c82a28d

Please sign in to comment.