Skip to content

Commit 4d14a23

Browse files
committed
cov report
1 parent 85a0ab3 commit 4d14a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: pytest
2626
shell: bash -l {0}
27-
run: pytest -v --cov --cov-report term:skip-covered
27+
run: pytest -v --cov --cov-report term --cov-report xml
2828

2929
- name: upload coverage report
3030
env:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='objectfactory',
8-
version='0.2.0b1',
8+
version='0.2.0',
99
author='Devin A. Conley',
1010
author_email='devinaconley@gmail.com',
1111
description='objectfactory is a python package to easily implement the factory design pattern for object creation, serialization, and polymorphism',

0 commit comments

Comments
 (0)