• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NGCP / GCS
56%
master: 56%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/electron-9.0.3
DEFAULT BRANCH: master
Repo Added 29 Feb 2020 05:28AM UTC
Files 2
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH electron@latest
branch: electron@latest
CHANGE BRANCH
x
Reset
  • electron@latest
  • Cesar
  • anything-idc
  • asdfasdf
  • cesar
  • coverage
  • dependabot/npm_and_yarn/electron-9.0.0
  • dependabot/npm_and_yarn/electron-9.0.1
  • dependabot/npm_and_yarn/electron-9.0.2
  • dependabot/npm_and_yarn/electron-9.0.3
  • dependabot/npm_and_yarn/electron-webpack-ts-4.0.0
  • dependabot/npm_and_yarn/eslint-plugin-chai-friendly-0.6.0
  • dependabot/npm_and_yarn/eslint-plugin-react-hooks-3.0.0
  • dependabot/npm_and_yarn/eslint-plugin-react-hooks-4.0.0
  • dependabot/npm_and_yarn/eslint-plugin-react-hooks-4.0.1
  • dependabot/npm_and_yarn/eslint-plugin-react-hooks-4.0.2
  • dependabot/npm_and_yarn/eslint-plugin-react-hooks-4.0.4
  • dependabot/npm_and_yarn/remark-cli-8.0.0
  • dependabot/npm_and_yarn/remark-preset-lint-markdown-style-guide-3.0.0
  • dependabot/npm_and_yarn/serialport-9.0.0
  • fix-connectionack-msg-wiki
  • joe
  • joe2.0
  • manual-control
  • master
  • master-geofence
  • rSchwartz1-patch-1
  • revert-117-thang
  • thang
  • thang-2
  • travis-build
  • twoGeoBoxes
  • webhook

pending completion
613

push

travis-ci-com

Luis729
Allow GCS to use latest version of electron

 ## Why is the change being made?

This change is made because GCS was running on electron v3, a version
made back two years ago. This version is long deprecated and GCS needed
to upgrade to v8 sooner or later. However, electron v5 would not build
at all (we dont consider v4 as it does not support geolocation).

 ## What has changed to address the problem?

This change finds the issue to be the fact electron v5+ turns off the
`nodeIntegration` field for windows (used to be on by default). This was
breaking our application.

This change sets `nodeIntegration` to true for all windows created, and
updates electron to v8. Other related fields that were modified from v3
to v8 are updated in this change.

Other minor changes are the following:
- removing dependency on `electron-rebuild` and setting `preinstall` script
to `electron-builder install-app-deps` in `package.json`
- removing `build` field in `package.json` as `electron-rebuild` is no
longer a dependency
- added dependency to `@types/node` v12 as default version v13 breaks tests with
electron v8 (see https://github.com/electron/electron/issues/21612)

 ## How was this change tested?

This change was tested with `npm test`, running the application and
seeing if it was fine, and running the application from `npm run build`
and seeing if it was fine (checking console, build status, and if
serialport runs).

 ## Related documents, URLs, commits

https://github.com/electron/electron/releases/tag/v5.0.0

28 of 60 branches covered (46.67%)

Branch coverage included in aggregate %.

62 of 101 relevant lines covered (61.39%)

6.27 hits per line

Relevant lines Covered
Build:
Build:
101 RELEVANT LINES 62 COVERED LINES
6.27 HITS PER LINE
Source Files on electron@latest
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
613 electron@latest Allow GCS to use latest version of electron ## Why is the change being made? This change is made because GCS was running on electron v3, a version made back two years ago. This version is long deprecated and GCS needed to upgrade to v8 sooner o... push 04 Mar 2020 12:10PM UTC Luis729 travis-ci-com pending completion  
614 electron@latest Allow GCS to use latest version of electron ## Why is the change being made? This change is made because GCS was running on electron v3, a version made back two years ago. This version is long deprecated and GCS needed to upgrade to v8 sooner o... Pull #106 04 Mar 2020 12:10PM UTC web-flow travis-ci-com pending completion  
204 electron@latest Allow GCS to use latest version of electron ## Why is the change being made? This change is made because GCS was running on electron v3, a version made back two years ago. This version is long deprecated and GCS needed to upgrade to v8 sooner o... Pull #106 04 Mar 2020 11:34AM UTC web-flow travis-ci pending completion  
611 electron@latest Allow GCS to use latest version of electron ## Why is the change being made? This change is made because GCS was running on electron v3, a version made back two years ago. This version is long deprecated and GCS needed to upgrade to v8 sooner o... Pull #106 04 Mar 2020 11:34AM UTC web-flow travis-ci-com pending completion  
610 electron@latest Allow GCS to use latest version of electron ## Why is the change being made? This change is made because GCS was running on electron v3, a version made back two years ago. This version is long deprecated and GCS needed to upgrade to v8 sooner o... push 04 Mar 2020 11:30AM UTC Luis729 travis-ci-com pending completion  
203 electron@latest Allow GCS to use latest version of electron ## Why is the change being made? This change is made because GCS was running on electron v3, a version made back two years ago. This version is long deprecated and GCS needed to upgrade to v8 sooner o... push 04 Mar 2020 11:29AM UTC Luis729 travis-ci pending completion  
608 electron@latest Add script to test build in Travis ## Why is the change being made? This change is made because it is important for Travis to see if the build works by running the build script and seeing if it passes. ## What has changed to address the probl... push 04 Mar 2020 11:16AM UTC Luis729 travis-ci-com pending completion  
200 electron@latest Allow GCS to use latest version of electron ## Why is the change being made? This change is made because GCS was running on electron v3, a version made back two years ago. This version is long deprecated and GCS needed to upgrade to v8 sooner o... push 04 Mar 2020 10:55AM UTC Luis729 travis-ci pending completion  
607 electron@latest Allow GCS to use latest version of electron ## Why is the change being made? This change is made because GCS was running on electron v3, a version made back two years ago. This version is long deprecated and GCS needed to upgrade to v8 sooner o... push 04 Mar 2020 10:55AM UTC Luis729 travis-ci-com pending completion  
See All Builds (229)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc