Skip to content

Commit 0a1d81b

Browse files
author
Inbal Tako
committed
Add pytest coverage
1 parent 143d54a commit 0a1d81b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
color: warning
2424

2525
- name: Run Tests
26-
run: py.test --cov-report=xml --cov=securenative-python tests/
26+
run: py.test --cov-report=xml --cov=securenative tests/
2727

2828
- name: Notify slack success
2929
if: success()

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
<a href="https://github.com/securenative/securenative-python">
1010
<img alt="Github Actions" src="https://github.com/securenative/securenative-java/workflows/CI/badge.svg">
1111
</a>
12+
<a href="https://codecov.io/gh/securenative/securenative-python">
13+
<img src="https://codecov.io/gh/securenative/securenative-python/branch/master/graph/badge.svg" />
14+
</a>
15+
<a href="https://pypi.org/project/securenative/">
16+
<img src="https://img.shields.io/pypi/pyversions/securenative" alt="python version" height="20">
17+
</a>
1218
</p>
1319
<p align="center">
1420
<a href="https://docs.securenative.com">Documentation</a> |

0 commit comments

Comments
 (0)