Skip to content

Commit

Permalink
Also generate LCOV file in order to push coverage information to cove…
Browse files Browse the repository at this point in the history
…ralls
  • Loading branch information
glados-verma committed Jun 29, 2024
1 parent 8d9dcd4 commit 29830ed
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 @@ -10,7 +10,7 @@ python =
[testenv]
deps = -r{toxinidir}/test_reqs.txt
commands = {envbindir}/python setup.py build_proto
{envbindir}/python setup.py test --pytest-cov=term-missing
{envbindir}/python setup.py test --pytest-cov=term-missing,lcov
# usedevelop causes tox to skip using .tox/dist/openhtf*.zip
# Instead, it does 'python setup.py develop' which only adds openhtf/ to the
# path.
Expand Down

0 comments on commit 29830ed

Please sign in to comment.