Skip to content

Commit 39a10d2

Browse files
author
github-actions[bot]
committed
⬆️ Update Dependabot directory for Node.js dependencies and modify test command path
1 parent 582a704 commit 39a10d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ updates:
1313

1414
# Node.js dependencies
1515
- package-ecosystem: "npm"
16-
directory: "/examples/nodejs"
16+
directory: "/"
1717
schedule:
1818
interval: "daily"
1919
groups:

scripts/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_test_command(report_type: str) -> str:
3030
else:
3131
raise ValueError(f"Unsupported report type: {report_type}")
3232

33-
full_command = f"{base_command} {cov_report} --cov=json2vars_setter tests/"
33+
full_command = f"{base_command} {cov_report} --cov=mkdocs_macros_utils tests/python"
3434

3535
if platform.system() == "Windows":
3636
print(f"system/OS is {platform.system()}")

0 commit comments

Comments
 (0)