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

Merge develop to next #4334

Merged
merged 115 commits into from
Feb 2, 2024
Merged

Merge develop to next #4334

merged 115 commits into from
Feb 2, 2024

Conversation

jcnelson
Copy link
Member

@jcnelson jcnelson commented Feb 1, 2024

This merges develop (which was just merged with 2.4.0.1.0 in master) to next.

ASuciuX and others added 30 commits November 25, 2023 00:38
- dockerfile and shell script for specific packages
- ci.yml for diff on packages on PR
- runs for modified files & created files
- has to be run before committing the changes
```
cd mutation-testing/scripts
sh git-diff.sh
```
Adding secret code so users in our community onboarding flows and contests can find it. This will bring some additional attention the repo 🙏
change the wording around the signature description
Cases:
- if >= 16 mutants on big packages => run big packages using 8 shards
- else run big packages without shards

- if >= 16 mutants on big packages and >= 120 mutants on small packages => run small packages using 4 shards
- else if < 16 mutants on big packages and >= 80 mutants on small packages => run small packages using 4 shards
- else run small packages without shards
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

Attention: 1329 lines in your changes are missing coverage. Please review.

Comparison is base (c9f3fb2) 77.06% compared to head (c9376e4) 66.10%.

Files Patch % Lines
stackslib/src/core/tests/mod.rs 1.86% 158 Missing ⚠️
clarity/src/vm/database/structures.rs 57.42% 109 Missing ⚠️
clarity/src/vm/database/clarity_db.rs 77.71% 84 Missing ⚠️
stackslib/src/net/api/liststackerdbreplicas.rs 37.90% 77 Missing ⚠️
...ackslib/src/net/api/tests/liststackerdbreplicas.rs 40.69% 51 Missing ⚠️
clarity/src/vm/types/mod.rs 75.58% 42 Missing ⚠️
stackslib/src/chainstate/stacks/address.rs 0.00% 42 Missing ⚠️
...y/src/vm/analysis/type_checker/v2_1/natives/mod.rs 60.19% 41 Missing ⚠️
clarity/src/vm/database/key_value_wrapper.rs 63.20% 39 Missing ⚠️
clarity/src/vm/types/signatures.rs 78.21% 39 Missing ⚠️
... and 76 more
Additional details and impacted files
@@             Coverage Diff             @@
##             next    #4334       +/-   ##
===========================================
- Coverage   77.06%   66.10%   -10.96%     
===========================================
  Files         435      438        +3     
  Lines      309278   313332     +4054     
===========================================
- Hits       238338   207131    -31207     
- Misses      70940   106201    +35261     

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

Copy link
Member

@diwakergupta diwakergupta left a comment

Choose a reason for hiding this comment

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

👍🏽

@wileyj wileyj merged commit 074fd76 into next Feb 2, 2024
1 of 2 checks passed
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.

10 participants