diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index bee3a12..9b41d4e 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -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 diff --git a/ToDo.md b/ToDo.md index e8f8327..24f7581 100644 --- a/ToDo.md +++ b/ToDo.md @@ -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 ----------------