diff --git a/.circleci/config.yml b/.circleci/config.yml index 579d1432d6..cd8d328d00 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,7 +30,7 @@ jobs: version: "91.2.0esr" #https://archive.mozilla.org/pub/firefox/releases/ - when: condition: - equal: [ "Firefox", <> ] + equal: [ "FirefoxHeadless", <> ] steps: - browser-tools/install-firefox - when: @@ -70,13 +70,13 @@ workflows: node-version: lts/dubnium browser: ChromeHeadless - test: - name: node12-build-only + name: node12-build-lint node-version: lts/erbium - browser: "" #Skip testing + browser: "" #Skip unit tests - test: - name: node14-build-only + name: node14-build-lint node-version: lts/fermium - browser: "" #Skip testing + browser: "" #Skip unit tests nightly: jobs: @@ -91,7 +91,7 @@ workflows: - test: name: node14-firefox-nightly node-version: lts/fermium - browser: Firefox + browser: FirefoxHeadless triggers: - schedule: cron: "0 0 * * *" diff --git a/codecov.yml b/codecov.yml index c37929fb53..bb645c3383 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,13 +1,25 @@ codecov: - require_ci_to_pass: true + require_ci_to_pass: false #This setting will update the bot regardless of whether or not tests pass -status: - project: - default: - informational: true - patch: - default: - informational: true +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true + precision: 2 + round: down + range: "66...100" + +parsers: + gcov: + branch_detection: + conditional: true + loop: true + method: false + macro: false comment: layout: "reach,diff,flags,files,footer"