We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee65c16 commit 63b7a3bCopy full SHA for 63b7a3b
.github/workflows/ci.yml
@@ -6,6 +6,8 @@ jobs:
6
steps:
7
- name: Checkout
8
uses: actions/checkout@v2
9
+ - name: Install dependencies
10
+ run: pip install -r requirements.txt
11
- name: Run tests and collect coverage
12
run: coverage run tests.py
13
- name: Download and validate Codecov uploader
requirements.txt
@@ -0,0 +1 @@
1
+coverage
0 commit comments