-
Notifications
You must be signed in to change notification settings - Fork 108
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
Saffron e2e tests in CI #2957
Saffron e2e tests in CI #2957
Conversation
@@ -1,3 +1 @@ | |||
proptest-regressions | |||
fixtures/lorem.bin |
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.
I just modified the test script to delete these files if the test passes.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2957 +/- ##
==========================================
- Coverage 76.58% 76.53% -0.05%
==========================================
Files 255 258 +3
Lines 61034 61160 +126
==========================================
+ Hits 46741 46807 +66
- Misses 14293 14353 +60 ☔ View full report in Codecov by Sentry. |
|
||
- name: Run the saffron e2e encoding tests | ||
run: | | ||
./saffron/test-encoding.sh saffron/fixtures/lorem.txt |
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.
You're building in release mode above, but the script doesn't use the release flag. Therefore, the command above is useless.
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.
🤦♂️
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.
LGTM for the shell, with a small change requested. I can enforce the job in the CI after it has been merged.
Add CI for saffron e2e test (bash scripts using the CLI)