-
Notifications
You must be signed in to change notification settings - Fork 1
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
Single folder for fixtures, remove almost all build scripts, make file #334
Conversation
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] Generated by cargo-workspaces
@@ -241,6 +240,15 @@ mod tests { | |||
|
|||
use base64::engine::general_purpose::URL_SAFE_NO_PAD; | |||
|
|||
#[test] | |||
fn aaaaparse_url_into_request() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
makefile
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could add also build_ios
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
env!("FIXTURES_VECTOR"), | ||
"rola_challenge_payload_hash_vectors.json" | ||
)); | ||
let json = fixture_vector!("rola_challenge_payload_hash_vectors"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Way nicer right?!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #334 +/- ##
=======================================
Coverage 94.32% 94.32%
=======================================
Files 427 427
Lines 4688 4688
Branches 79 79
=======================================
Hits 4422 4422
Misses 251 251
Partials 15 15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Changes:
patch
version for all crates, one variant which git commits and one which does notmake bump
ormake bump_and_commit
to bumpROOT/fixtures
.cargo/config.toml
which sets an importantCARGO_WORKSPACE_DIR
var which can be used from anywhere.prelude
which hasmacro_rules
for fixtures filesprelude
include_str!(concat!(env!("FIXTURE...))
to use the new fixtures macro