File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
# Run tests while also generating coverage statistics
36
36
pytest --cov=./ --cov-report=xml
37
37
- name : Upload coverage to Codecov
38
- uses : codecov/codecov-action@v2
38
+ uses : codecov/codecov-action@v3
39
39
with :
40
40
file : ./coverage.xml
41
41
fail_ci_if_error : true
Original file line number Diff line number Diff line change 1
1
# PyProbables Changelog
2
2
3
- ### Future Version
3
+ ### Version 0.5.7
4
4
* Update Build System and update project metadata
5
5
* Better support for ` resolve_path ` in passed filenames
6
6
* Remove Python 3.5 support
Original file line number Diff line number Diff line change 27
27
__maintainer__ = "Tyler Barrus"
28
28
29
29
__license__ = "MIT"
30
- __version__ = "0.5.6 "
30
+ __version__ = "0.5.7 "
31
31
__credits__ = [] # type: ignore
32
32
__url__ = "https://github.com/barrust/pyprobables"
33
33
__bugtrack_url__ = "https://github.com/barrust/pyprobables/issues"
You can’t perform that action at this time.
0 commit comments