Skip to content

Commit

Permalink
Add coverage and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Peacocke committed Dec 27, 2023
1 parent 392b793 commit 6704be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install coverage
pip install coverage
pip install -r requirements.txt
- name: Run tests with coverage
run: |
coverage run -m unittest discover -s tests -p 'test*.py'
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gitpython

0 comments on commit 6704be5

Please # to comment.