-
Notifications
You must be signed in to change notification settings - Fork 3
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
Update doc #382
Update doc #382
Conversation
@nbenn Took he freedom to move linting step to the first CICD check as this is so frustrating to fail a pipeline after 10 min just for a whitespace. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #382 +/- ##
=======================================
Coverage 84.80% 84.80%
=======================================
Files 21 21
Lines 2158 2158
=======================================
Hits 1830 1830
Misses 328 328 ☔ View full report in Codecov by Sentry. |
@nbenn Ready for review. I edited the |
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, thanks!
NEWS.md
Outdated
|
||
# Old way | ||
stack <- new_stack( | ||
new_ data_block, |
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.
Typo.
NEWS.md
Outdated
select_blk <- new_select_block("STUDYID") | ||
|
||
stack <- new_stack( | ||
data_blk, |
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 could also inline, the ctor calls.
Fix #381, #377.