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 582a704 commit 39a10d2Copy full SHA for 39a10d2
.github/dependabot.yml
@@ -13,7 +13,7 @@ updates:
13
14
# Node.js dependencies
15
- package-ecosystem: "npm"
16
- directory: "/examples/nodejs"
+ directory: "/"
17
schedule:
18
interval: "daily"
19
groups:
scripts/run_tests.py
@@ -30,7 +30,7 @@ def get_test_command(report_type: str) -> str:
30
else:
31
raise ValueError(f"Unsupported report type: {report_type}")
32
33
- full_command = f"{base_command} {cov_report} --cov=json2vars_setter tests/"
+ full_command = f"{base_command} {cov_report} --cov=mkdocs_macros_utils tests/python"
34
35
if platform.system() == "Windows":
36
print(f"system/OS is {platform.system()}")
0 commit comments