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

feat!: run the generator #2053

Merged
merged 3 commits into from Apr 23, 2020
Merged

feat!: run the generator #2053

merged 3 commits into from Apr 23, 2020

Conversation

JustinBeckwith
Copy link
Contributor

@JustinBeckwith JustinBeckwith commented Apr 22, 2020

@bcoe @alexander-fenster so this was a wild ride. The root of the test failures had to do with updates in the root url for blogger, which was different in the remote version than the local version. As a result I had to fix the tests and re-run the generator. Hey, no breaking changes this time though!

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Apr 22, 2020
/**
* [Optional, Trusted Tester] Deprecated, do not use. Please set hivePartitioningOptions instead.
*/
hivePartitioningMode?: string | null;
Copy link
Member

Choose a reason for hiding this comment

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

Well, formally, this one, and the type change below, are breaking. Slightly. Kind of.

/**
* Baseband version of Android device.
*/
basebandVersion?: string | null;
Copy link
Member

Choose a reason for hiding this comment

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

All these removals too.

@alexander-fenster
Copy link
Member

I got tired after I read all the way through the letter C, but I would better call it major anyway :) (also, what's up with the CI?)

@JustinBeckwith
Copy link
Contributor Author

I have a sneaky suspicion that the rootUrl for blogger is getting rolled out slowly, and that half the time I get one url and half the time another. The tests passed locally, then failed locally, then passed here, then failed here.

@JustinBeckwith JustinBeckwith changed the title feat: run the generator feat!: run the generator Apr 22, 2020
@codecov
Copy link

codecov bot commented Apr 23, 2020

Codecov Report

Merging #2053 into master will increase coverage by 0.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2053      +/-   ##
==========================================
+ Coverage   38.82%   38.99%   +0.17%     
==========================================
  Files           6        6              
  Lines        1069     1072       +3     
  Branches        8        6       -2     
==========================================
+ Hits          415      418       +3     
  Misses        654      654              
Impacted Files Coverage Δ
src/index.ts 100.00% <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 20409df...e2576c0. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants