Skip to content

Commit

Permalink
🔨 Correct pytest --cov= argument.
Browse files Browse the repository at this point in the history
Use the normalized module name in the template.

Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Apr 24, 2024
1 parent 92ab4c7 commit aaaa7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ozi/templates/pytest.meson.options
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ option('args-pytest',
'--basetemp=temp',
'--exitfirst',
'--cov-config=pyproject.toml',
'--cov={{ project.name }}',
'--cov={{ project.name|underscorify }}',
'-n',
'auto',
'-d',
Expand Down

0 comments on commit aaaa7c3

Please sign in to comment.