mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 05:37:53 +00:00
[CI] Firefox needs to be defined as FirefoxHeadless (#4415)
* [ci] Firefox needs to be defined as FirefoxHeadless * Update job names and comments * Fix circleCI config yaml
This commit is contained in:
parent
98080784a3
commit
a50c1704e5
@ -30,7 +30,7 @@ jobs:
|
|||||||
version: "91.2.0esr" #https://archive.mozilla.org/pub/firefox/releases/
|
version: "91.2.0esr" #https://archive.mozilla.org/pub/firefox/releases/
|
||||||
- when:
|
- when:
|
||||||
condition:
|
condition:
|
||||||
equal: [ "Firefox", <<parameters.browser>> ]
|
equal: [ "FirefoxHeadless", <<parameters.browser>> ]
|
||||||
steps:
|
steps:
|
||||||
- browser-tools/install-firefox
|
- browser-tools/install-firefox
|
||||||
- when:
|
- when:
|
||||||
@ -70,13 +70,13 @@ workflows:
|
|||||||
node-version: lts/dubnium
|
node-version: lts/dubnium
|
||||||
browser: ChromeHeadless
|
browser: ChromeHeadless
|
||||||
- test:
|
- test:
|
||||||
name: node12-build-only
|
name: node12-build-lint
|
||||||
node-version: lts/erbium
|
node-version: lts/erbium
|
||||||
browser: "" #Skip testing
|
browser: "" #Skip unit tests
|
||||||
- test:
|
- test:
|
||||||
name: node14-build-only
|
name: node14-build-lint
|
||||||
node-version: lts/fermium
|
node-version: lts/fermium
|
||||||
browser: "" #Skip testing
|
browser: "" #Skip unit tests
|
||||||
|
|
||||||
nightly:
|
nightly:
|
||||||
jobs:
|
jobs:
|
||||||
@ -91,7 +91,7 @@ workflows:
|
|||||||
- test:
|
- test:
|
||||||
name: node14-firefox-nightly
|
name: node14-firefox-nightly
|
||||||
node-version: lts/fermium
|
node-version: lts/fermium
|
||||||
browser: Firefox
|
browser: FirefoxHeadless
|
||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
cron: "0 0 * * *"
|
cron: "0 0 * * *"
|
||||||
|
28
codecov.yml
28
codecov.yml
@ -1,13 +1,25 @@
|
|||||||
codecov:
|
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:
|
coverage:
|
||||||
project:
|
status:
|
||||||
default:
|
project:
|
||||||
informational: true
|
default:
|
||||||
patch:
|
informational: true
|
||||||
default:
|
patch:
|
||||||
informational: true
|
default:
|
||||||
|
informational: true
|
||||||
|
precision: 2
|
||||||
|
round: down
|
||||||
|
range: "66...100"
|
||||||
|
|
||||||
|
parsers:
|
||||||
|
gcov:
|
||||||
|
branch_detection:
|
||||||
|
conditional: true
|
||||||
|
loop: true
|
||||||
|
method: false
|
||||||
|
macro: false
|
||||||
|
|
||||||
comment:
|
comment:
|
||||||
layout: "reach,diff,flags,files,footer"
|
layout: "reach,diff,flags,files,footer"
|
||||||
|
Loading…
Reference in New Issue
Block a user