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

CI: Rework the test states #1251

Merged
merged 3 commits into from
Mar 10, 2024
Merged

CI: Rework the test states #1251

merged 3 commits into from
Mar 10, 2024

Conversation

str4d
Copy link
Contributor

@str4d str4d commented Mar 10, 2024

No description provided.

@str4d str4d force-pushed the ci-rework branch 2 times, most recently from bb4a70d to 0a66e61 Compare March 10, 2024 17:59
Copy link

codecov bot commented Mar 10, 2024

Codecov Report

Attention: Patch coverage is 41.66667% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 63.54%. Comparing base (0d4a730) to head (6898dbf).

Files Patch % Lines
components/zcash_protocol/src/consensus.rs 0.00% 4 Missing ⚠️
zcash_primitives/src/transaction/builder.rs 0.00% 1 Missing ⚠️
zcash_primitives/src/transaction/mod.rs 66.66% 1 Missing ⚠️
zcash_primitives/src/transaction/sighash.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1251   +/-   ##
=======================================
  Coverage   63.53%   63.54%           
=======================================
  Files         117      117           
  Lines       12645    12645           
=======================================
+ Hits         8034     8035    +1     
+ Misses       4611     4610    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Neither of these should have been feature flags, as they gate breaking
changes to the Zcash consensus rules (and in some ways are incompatible
with each other), while feature flags should be additive.
.github/workflows/ci.yml Outdated Show resolved Hide resolved
Copy link
Contributor

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

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

utACK

@nuttycom nuttycom merged commit 654f116 into main Mar 10, 2024
22 of 26 checks passed
@nuttycom nuttycom deleted the ci-rework branch March 10, 2024 19:49
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