Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Jan 5, 2022
1 parent 365bfd8 commit e0c666a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install -r requirements-test.txt
pip install .
- name: "Run pytest"
run: "python -m pytest tests --cov={{ cookiecutter.package_name }}"
run: "python -m pytest tests --cov=uszipcode"

- name: "Upload coverage to Codecov"
if: "contains(env.USING_COVERAGE, matrix.python-version)"
Expand Down

0 comments on commit e0c666a

Please sign in to comment.