Skip to content

Conversation

@tanmaykm
Copy link
Member

@tanmaykm tanmaykm commented Mar 30, 2021

A single proto file may have multiple services defined.
This change allows code generation of all services into the same module.
Module is now named after the protobuf package instead of service.

Also updating CI config to allow failures on nightlies (because they could be unstable) and macos (because we often run into api rate limits with those).

A single proto file may have multiple services defined.
This change allows code generation of all services into the same module.
Module is now named after the protobuf package instead of service.
@tanmaykm tanmaykm force-pushed the tan/gen branch 2 times, most recently from aa87c4c to f9507fd Compare March 30, 2021 04:21
@codecov-io
Copy link

codecov-io commented Mar 30, 2021

Codecov Report

Merging #3 (f9507fd) into main (fd1b8d7) will increase coverage by 0.09%.
The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #3      +/-   ##
==========================================
+ Coverage   95.85%   95.95%   +0.09%     
==========================================
  Files           4        4              
  Lines         169      173       +4     
==========================================
+ Hits          162      166       +4     
  Misses          7        7              
Impacted Files Coverage Δ
src/generate.jl 94.44% <88.23%> (+0.44%) ⬆️

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 fd1b8d7...f9507fd. Read the comment docs.

Allow ci failures on nightlies (because they mightbe unstable) and macos (because we often tun into rate limits on those).
@tanmaykm tanmaykm merged commit ec98aa5 into main Mar 30, 2021
@delete-merged-branch delete-merged-branch bot deleted the tan/gen branch March 30, 2021 05:47
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.

3 participants