We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14ac74 commit 3cb81d1Copy full SHA for 3cb81d1
1 file changed
tests/conftest.py
@@ -25,7 +25,7 @@ def repo_dir(tmp_path_factory: pytest.TempPathFactory):
25
26
if os.environ.get("CI", "false").lower() in ["1", "true"]:
27
# move collect coverage data to reports directory
28
- for file in reports.glob("*"):
+ for file in reports.iterdir():
29
file.rename(reports / file.name)
30
31
0 commit comments