diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 6341d758..e2a30b2d 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -35,7 +35,7 @@ jobs: run: dotrun build - name: Pull the dashboard - run: yarn pull-dashboard-templates + run: yarn extract-dashboard-templates - name: Test site run: dotrun serve & curl --head --fail --retry-delay 1 --retry 30 --retry-connrefused http://localhost:8029 diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..02729525 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,25 @@ +codecov: + require_ci_to_pass: true + branch: main + allow_coverage_offsets: true + +comment: + layout: "diff, files" + behavior: default + require_changes: false + require_base: true + require_head: true + +coverage: + status: + project: + javascript: + target: auto + threshold: 0% + flags: + - javascript + python: + target: auto + threshold: 0% + flags: + - python