Skip to content

Commit 8ac213d

Browse files
authored
Merge pull request #21 from securenative/SN-1556-align-sdk
Fix github action tests
2 parents 6110c74 + 5710364 commit 8ac213d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip
3333
pip install -r requirements.txt
34+
pip install codecov
35+
pip install pytest pytest-cov
3436
- name: Test with pytest
3537
env:
3638
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3739
run: |
38-
py.test --cov-report=xml --cov=securenative tests/
40+
pytest --cov=./
3941
4042
- name: Notify slack success
4143
if: success()

0 commit comments

Comments
 (0)