Skip to content

Commit

Permalink
v1.5.1; package dependancy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amckenna41 committed Mar 5, 2024
1 parent 47371f9 commit 6b94328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
#create coverage report using pytest package
- name: Generate Coverage Report
env:
GOOGLE_MAPS_API_KEY: ${{ secrets.GOOGLE_MAPS_API_KEY }}
run: |
pytest --cov=./ --cov-report=xml
codecov
Expand Down
1 change: 1 addition & 0 deletions ToDo.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ https://iso3166-updates.com/api/year/2020 : up-to-date.
- [X] Update /docs
- [X] In api docs, put API funcs all into one section.
- [X] Check order of sections in readme.
- [ ] In workflows, change "Testing with unittest" to "Running unit tests"

Future Additions
----------------
Expand Down

0 comments on commit 6b94328

Please sign in to comment.