Skip to content

Commit

Permalink
Merge branch 'master' into js-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 24, 2023
2 parents 53f4802 + 5120306 commit 564b0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
codecov:
notify:
after_n_builds: 3
after_n_builds: 6
2 changes: 1 addition & 1 deletion admin-js/tests/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ beforeAll(async() => {
return;

if (global.__coverage__)
pythonProcess = spawn("coverage", ["run", global.pythonProcessPath], {"cwd": ".."});
pythonProcess = spawn("coverage", ["run", "--source=examples/", global.pythonProcessPath], {"cwd": ".."});
else
pythonProcess = spawn("python3", ["-u", global.pythonProcessPath], {"cwd": ".."});

Expand Down

0 comments on commit 564b0fd

Please sign in to comment.