JuliaPy / pyjulia

python interface to julia
MIT License
886 stars 103 forks source link

Add `--bug-report` command line flag #548

Open MilesCranmer opened 9 months ago

MilesCranmer commented 9 months ago

Not sure if adding a unit-test is possible here. I will do local testing in the meantime to ensure this works.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (71b81b6) 85.10% compared to head (27e4ee3) 85.10%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #548 +/- ## ======================================= Coverage 85.10% 85.10% ======================================= Files 39 39 Lines 2349 2350 +1 ======================================= + Hits 1999 2000 +1 Misses 350 350 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MilesCranmer commented 9 months ago

Seems like it doesn't actually get passed to the process for some reason (unlike other options). Opened an issue here: https://github.com/JuliaLang/julia/issues/52689