Skip to content

Commit 5710364

Browse files
author
Inbal Tako
committed
Fix github action tests
1 parent 678ab91 commit 5710364

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)