We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f3cf09 commit 678ab91Copy full SHA for 678ab91
.github/workflows/ci.yml
@@ -34,8 +34,6 @@ jobs:
34
- name: Test with pytest
35
env:
36
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
37
- with:
38
- python-version: '3.x'
39
run: |
40
py.test --cov-report=xml --cov=securenative tests/
41
0 commit comments