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

chore: make ci/local codegen consistent #1772

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

jessesuen
Copy link
Member

@jessesuen jessesuen commented Jan 13, 2022

CI system is not currently catching PRs which fail to run make codegen. Also, the local vs. CI codegen was inconsistent with each other and not reproducible.

This PR creates a consistent toolchain for CI vs. local by running:

make install-toolchain

It should not be necessary to install anything using brew anymore, including brew install protobuf

Signed-off-by: Jesse Suen [email protected]

@codecov
Copy link

codecov bot commented Jan 13, 2022

Codecov Report

Merging #1772 (a76c9f4) into master (4739bcd) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1772   +/-   ##
=======================================
  Coverage   82.03%   82.03%           
=======================================
  Files         116      116           
  Lines       16171    16171           
=======================================
  Hits        13266    13266           
  Misses       2226     2226           
  Partials      679      679           
Impacted Files Coverage Δ
analysis/analysis.go 86.09% <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 4739bcd...a76c9f4. Read the comment docs.

@sonarcloud
Copy link

sonarcloud bot commented Jan 13, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
1.6% 1.6% Duplication

Copy link
Contributor

@alexmt alexmt left a comment

Choose a reason for hiding this comment

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

LGTM

@jessesuen jessesuen merged commit a4bf576 into argoproj:master Jan 13, 2022
@jessesuen jessesuen deleted the fix-codegen branch January 13, 2022 22:36
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.

2 participants