Skip to content

Commit

Permalink
Test coverage #61
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Nov 27, 2024
1 parent 4328ced commit b753667
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: pip install pytest pytest-cov

- name: Run tests
env:
DB_URL: /home/runner/work/super-repo/tests/test_db.hdf5
run: pytest --cov --cov-report=xml

- name: Upload results to Codecov
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ requires = ["flit_core >=3.8.0,<4"]
name = "super-repo"
version = "0.2.0"
authors = [
{name = "Ludwig Hülk", email = "datenzentrum@rl-institut.de"},
]
{name = "Ludwig Hülk", email = "datenzentrum@rl-institut.de"}]
description = "A template repo for research software."
readme = "README.rst"
requires-python = ">=3.10"
Expand Down

0 comments on commit b753667

Please sign in to comment.