Skip to content

Commit

Permalink
Update ci with coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tveten committed Dec 4, 2023
1 parent 706b35f commit e51a1ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
python -m pip install pytest
- name: Test with pytest
run: |
pytest
pytest --cov --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ all_extras = [

# dev - the developer dependency set, install via "pip install skchange[dev]"
dev = [
"black>=23.1.0",
"black",
"pre-commit",
"pytest>=7.2.1",
"ipykernel>=6.23.0",
"nbformat>=5.7.3",
"pytest",
"pytest-cov",
"ipykernel",
"nbformat",
]


Expand Down

0 comments on commit e51a1ff

Please sign in to comment.