We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f4f41 commit 237a1b6Copy full SHA for 237a1b6
.github/workflows/ci-tests.yml
@@ -70,7 +70,7 @@ jobs:
70
cd backend
71
pip install --upgrade pip
72
pip install -r requirements.txt
73
- pip install pytest-xdist pytest-timeout PyNaCl base58
+ pip install pytest-cov pytest-xdist pytest-timeout PyNaCl base58
74
75
- name: Generate signing keys
76
id: gen_keys
.gitignore
@@ -31,7 +31,6 @@ config.cpython*
31
backend/venv/
32
node_modules/
33
*.orig
34
-.github/
35
test-results/
36
*.xml
37
coverage/
0 commit comments