Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(publisher-github): don't reexport Octokit type #1962

Merged
merged 1 commit into from
Sep 15, 2020

Conversation

malept
Copy link
Member

@malept malept commented Sep 15, 2020

Summarize your changes:

Re-exporting TypeScript types results in broken JavaScript (the type doesn't exist in JS, resulting in a require error that's hidden by @electron-forge/core's require-search).

Fixes #1951

Re-exporting TypeScript types results in broken JavaScript (the type
doesn't exist in JS, resulting in a require error that's hidden by
`@electron-forge/core`'s `require-search`).
@codecov
Copy link

codecov bot commented Sep 15, 2020

Codecov Report

Merging #1962 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1962   +/-   ##
=======================================
  Coverage   72.68%   72.68%           
=======================================
  Files          74       74           
  Lines        2215     2215           
  Branches      419      419           
=======================================
  Hits         1610     1610           
  Misses        443      443           
  Partials      162      162           
Impacted Files Coverage Δ
packages/publisher/github/src/util/github.ts 100.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 4f7da84...d9450aa. Read the comment docs.

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

Successfully merging this pull request may close these issues.

Could not find a publish target with the name: @electron-forge/publisher-github
1 participant