Skip to content

Commit

Permalink
add source for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-oguri committed Jun 14, 2024
1 parent 4a3d686 commit 653eea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ isolated_build = true
[testenv]
allowlist_externals = coverage
skip_install = true
commands = coverage run -m unittest discover -v
commands = coverage run -m unittest discover -v -s test/unit_test

[testenv:yapf]
allowlist_externals = yapf
Expand Down

0 comments on commit 653eea4

Please sign in to comment.