Skip to content

Commit

Permalink
test: add a test for latest added feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Feb 16, 2025
1 parent c71d793 commit 6f15be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- run: python -m coverage run --append --branch --source . -m unittest -v test.test_version
env:
LOGGING_LEVEL: critical
- run: python -m coverage run --append --branch --source . pip install --no-build-isolation --no-binary ebrains-drive ebrains-drive==0.6.0
- run: python -m coverage report --show-missing
- run: codecov
publish:
Expand Down

0 comments on commit 6f15be1

Please sign in to comment.