Skip to content

Commit

Permalink
Test update paratranz
Browse files Browse the repository at this point in the history
- Refactor the script
- Catch more errors
- Testing
  • Loading branch information
NicolasGrosjean committed Sep 27, 2024
1 parent f4e99aa commit daf1be5
Show file tree
Hide file tree
Showing 9 changed files with 705 additions and 52 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ I recommend you to install a Python environment with poetry, conda, virtualenv o

### Poetry

```
poetry install
```shell
```

#### Pre-commit (only need for contributing to the project)
Expand Down
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion badges/tests.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions coverage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
poetry shell
coverage run --omit "tests/*" -m pytest ./tests/ --junitxml=./report.xml -s
genbadge tests -i ./report.xml -s -o ./badges/tests.svg
genbadge coverage -i ./coverage.xml -s -o ./badges/coverage.svg
coverage report
Loading

0 comments on commit daf1be5

Please sign in to comment.