Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/loader-utils-2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
goulinkh authored Dec 15, 2022
2 parents 277877f + e46721b commit 2f95486
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2f95486

Please sign in to comment.