-
Notifications
You must be signed in to change notification settings - Fork 25
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
[c++] Add ASAN run of CI to weekly CI job #3434
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3434 +/- ##
==========================================
+ Coverage 86.22% 86.29% +0.06%
==========================================
Files 55 55
Lines 6295 6305 +10
==========================================
+ Hits 5428 5441 +13
+ Misses 867 864 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@jp-dark is there a way to manually trigger a run of this PR before merging it? (From https://github.com/single-cell-data/TileDB-SOMA/actions I think not ...) |
b6a356b
to
dd21340
Compare
dd21340
to
1825a77
Compare
I updated it to run in the PR if it is modified. However, it is almost certainly going to fail. |
d779344
to
28e0b3b
Compare
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.
🚢
28e0b3b
to
17c5a8a
Compare
17c5a8a
to
89268d2
Compare
* Update Makefile and dev docs for sanitizer builds * Add weekly workflow for ASAN CI * Run workflow for PRs that modify workflow
* Update Makefile and dev docs for sanitizer builds * Add weekly workflow for ASAN CI * Run workflow for PRs that modify workflow Co-authored-by: Julia Dark <[email protected]>
bld/script.sh
to skip downloading TileDB prebuilt for all non-Release
configurations.[sc-34306]