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: add integrator test CI #3394

Merged
merged 19 commits into from
May 12, 2023
Merged

Conversation

tserg
Copy link
Collaborator

@tserg tserg commented May 10, 2023

What I did

Add integrator CI to check for regressions.

How I did it

How to verify it

Commit message

chore: add era compiler test suite to CI

this commit adds the era compiler test suite to the CI, as they have
good test cases and coverage of our compiler through IR codegen.

this is intended as a diagnostic tool to help catch compiler regressions
and notify us when a change breaks downstream. as explained in the
comments in the workflow file, it is not intended as a CI blocker since
an update in our code could break downstream, and we do not want to wait
on downstream as a blocker.

Description for the changelog

Add integrators CI to check for regressions.

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@codecov-commenter
Copy link

codecov-commenter commented May 10, 2023

Codecov Report

Merging #3394 (5ba5eca) into master (eeccea9) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master    #3394   +/-   ##
=======================================
  Coverage   88.96%   88.96%           
=======================================
  Files          86       86           
  Lines       10725    10760   +35     
  Branches     2439     2443    +4     
=======================================
+ Hits         9541     9573   +32     
- Misses        785      788    +3     
  Partials      399      399           

see 9 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@charles-cooper charles-cooper marked this pull request as ready for review May 12, 2023 20:49
@charles-cooper charles-cooper enabled auto-merge (squash) May 12, 2023 20:52
@charles-cooper charles-cooper enabled auto-merge (squash) May 12, 2023 21:40
@charles-cooper charles-cooper merged commit c194ebf into vyperlang:master May 12, 2023
72 of 73 checks passed
@charles-cooper
Copy link
Member

thanks for adding this! will be super helpful with catching regressions

@tserg tserg deleted the chore/lvl_up_ci branch May 13, 2023 02:50
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.

None yet

3 participants