You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project depends on polars, which then depends on polars-arrow. When running simple coverage test with command: cargo tarpaulin --out Html --workspace, I get an error complaining about macro no_call_const!(), the error message being quite clear: "the evaluated program panicked at 'should not be called'". Is there any way to avoid this error and continue coverage check? Is anybody else facing this issue? Any help will be much appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
My project depends on polars, which then depends on polars-arrow. When running simple coverage test with command: cargo tarpaulin --out Html --workspace, I get an error complaining about macro no_call_const!(), the error message being quite clear: "the evaluated program panicked at 'should not be called'". Is there any way to avoid this error and continue coverage check? Is anybody else facing this issue? Any help will be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions