Skip to content

Commit

Permalink
Merge pull request #78 from george0st/change
Browse files Browse the repository at this point in the history
Increase version, Add shell script
  • Loading branch information
george0st authored Jan 1, 2024
2 parents 62dfeb7 + 3ac863b commit 8027f5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions cover.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

# Setting based on 'https://coverage.readthedocs.io/en/7.3.2/'

coverage erase
coverage run -m unittest discover
coverage combine
coverage report -m
coverage-badge -f -o coverage.svg
2 changes: 1 addition & 1 deletion generator/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Store the version here so:

__version__ = '0.0.5'
__version__ = '0.1.3'

0 comments on commit 8027f5f

Please sign in to comment.