Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Fix github failing tests for Atom's electron 9.4.1 upgrade #2631

Merged
merged 1 commit into from Feb 25, 2021

Conversation

sadick254
Copy link
Contributor

Please be sure to read the contributor's guide to the GitHub package before submitting any pull requests.

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.

Description of the Change

  • Fix github package failing tests for Atom's electron upgrade 9.4.1

Screenshot or Gif

N/A

Applicable Issues

atom/atom#21777 (comment)

@codecov
Copy link

codecov bot commented Feb 25, 2021

Codecov Report

Merging #2631 (7113f20) into master (4ab44f3) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2631      +/-   ##
==========================================
- Coverage   93.46%   93.46%   -0.01%     
==========================================
  Files         237      237              
  Lines       13215    13213       -2     
  Branches     1900     1900              
==========================================
- Hits        12352    12349       -3     
- Misses        863      864       +1     
Impacted Files Coverage Δ
lib/atom/gutter.js 90.47% <0.00%> (-2.39%) ⬇️
lib/views/directory-select.js 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ab44f3...7113f20. Read the comment docs.

test/views/github-dotcom-markdown.test.js Show resolved Hide resolved
`;

await new Promise(resolve => browserWindow.webContents.executeJavaScript(script, resolve));
await browserWindow.webContents.executeJavaScript(script);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, missed this one in the other pass, I see.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants