Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrd committed Oct 15, 2022
1 parent 29fdd35 commit 4bea434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
#----------------------------------------------

- name: Run tests with code coverage report
run: poetry run pytest --cov=pathdict test_all.py --cov-report term-missing
run: poetry run pytest --cov=path_dict test_all.py --cov-report term-missing

#----------------------------------------------
#---- Save coverage artifact
Expand Down

0 comments on commit 4bea434

Please sign in to comment.