Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Feb 13, 2024
1 parent eee9830 commit 839d56f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ def copy_coverage_cibuildwheel_docker(runner_project_dir):
testdir_contents = list(pathlib.Path(test_dir).glob('*'))
print(f'testdir_contents = {ub.urepr(testdir_contents, nl=1)}')

pyproject_fpath = join(repo_dir, 'pyproject.toml')

pytest_args = [
'--cov-config', '../pyproject.toml',
'--cov-config', pyproject_fpath,
'--cov-report', 'html',
'--cov-report', 'term',
'--cov-report', 'xml',
Expand Down

0 comments on commit 839d56f

Please sign in to comment.