Skip to content

Commit

Permalink
Demo the mypy types issue
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Apr 2, 2023
1 parent 2fbcdcb commit 7ee1eea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,17 @@ jobs:
run: |
python -m mypy dj_database_url.py
- name: Run Tests
run: |
echo "$(python --version) / Django $(django-admin --version)"
coverage run --source=dj_database_url --branch -m unittest discover
coverage report
coverage xml
# - name: Run Tests
# run: |
# echo "$(python --version) / Django $(django-admin --version)"
# coverage run --source=dj_database_url --branch -m unittest discover
# coverage report
# coverage xml

# - uses: codecov/codecov-action@v3

- uses: codecov/codecov-action@v3
- name: Check mypy types installation
run: |
pip install .
cd tests
python -m mypy .
File renamed without changes.

0 comments on commit 7ee1eea

Please sign in to comment.