Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test breakage likely caused by an update to pytest #1163

Merged
merged 2 commits into from
Jun 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Also generate LCOV file to fix coveralls integration
glados-verma authored Jun 29, 2024
commit f83883331ba84edae5eccc8d72f96a46e5f8ac23
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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.