eic / EICrecon

EIC Reconstruction - JANA based
https://eic.github.io/EICrecon
GNU Lesser General Public License v3.0
5 stars 26 forks source link

feat: add matcher for ubsan warnings #1463

Closed wdconinc closed 2 months ago

wdconinc commented 2 months ago

Briefly, what does this PR introduce?

This PR adds a problem matcher for UBSan notices.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

No.

github-actions[bot] commented 2 months ago

Capybara summary for PR 1463

wdconinc commented 2 months ago

Well, at least it flags some stuff now (div by zero in https://github.com/eic/EICrecon/actions/runs/9161161432), even if the linking back to the right file is not working yet.