Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
wattai committed Nov 20, 2024
1 parent 588d343 commit 936edde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ jobs:
pip install -e ".[dev]"
- name: Run tests with pytest
run: pytest
run: pytest --cov --cov-report=xml
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# WIP; Sound Source Estimator

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
![Codecov](https://img.shields.io/codecov/c/github/wattai/sound-source-position-estimation)

Brief description of the project and what it aims to accomplish.

## Table of Contents
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dev = [
"ruff~=0.7.1",
"pre-commit~=3.5.0",
"pytest~=8.3.3",
"pytest-cov",
]

[tool.setuptools]
Expand Down

0 comments on commit 936edde

Please sign in to comment.