Skip to content

Commit

Permalink
fix(ci): coverage warning No data was collected
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Nov 2, 2023
1 parent 1749101 commit 9aaf665
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools
# shellcheck disable=SC2102
pip install .[test]
pip install -e .[test]
- name: Test
run: coverage run -m pytest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Test the software with the use of coverage:
```bash
python -m pip install --upgrade pip setuptools
pip install -r requirements.txt
pip install .
pip install -e .
coverage run -m pytest
```

Expand Down
Empty file added tests/__init__.py
Empty file.
Empty file added tests/response/__init__.py
Empty file.

0 comments on commit 9aaf665

Please sign in to comment.