Skip to content

Commit

Permalink
Add coverage as dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Oct 17, 2024
1 parent fbbc227 commit 285edd7
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: uv python install 3.12

- name: Running tests (${{ matrix.os }})
run: uv run coverage run -m unittest discover
run: uv run --dev coverage run -m unittest discover
env:
DTS_KBASE_DEV_TOKEN: ${{ secrets.DTS_KBASE_DEV_TOKEN }}

Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ dependencies = [
"frictionless>=5.17.0,<6",
"requests>=2.32.3,<3",
]

[tool.uv]
dev-dependencies = [
"coverage >=7.6.3,<8"
]
56 changes: 56 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 285edd7

Please sign in to comment.