We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678ab91 commit 5710364Copy full SHA for 5710364
.github/workflows/ci.yml
@@ -31,11 +31,13 @@ jobs:
31
run: |
32
python -m pip install --upgrade pip
33
pip install -r requirements.txt
34
+ pip install codecov
35
+ pip install pytest pytest-cov
36
- name: Test with pytest
37
env:
38
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
39
- py.test --cov-report=xml --cov=securenative tests/
40
+ pytest --cov=./
41
42
- name: Notify slack success
43
if: success()
0 commit comments