File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 60
60
with :
61
61
components : llvm-tools-preview
62
62
- uses : taiki-e/install-action@cargo-llvm-cov
63
- - run : cargo llvm-cov --workspace --lcov --output-path lcov.info
63
+ - run : cargo llvm-cov --workspace --features=plotly_ndarray,plotly_image,kaleido -- lcov --output-path lcov.info
64
64
- uses : codecov/codecov-action@v3
65
65
66
66
build_examples :
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ mod tests {
626
626
}
627
627
628
628
#[ test]
629
- #[ ignore] // Don't really want it to try and open a browsert window every time we run a test.
629
+ #[ ignore] // Don't really want it to try and open a browser window every time we run a test.
630
630
#[ cfg( not( feature = "wasm" ) ) ]
631
631
fn test_show_image ( ) {
632
632
let plot = create_test_plot ( ) ;
You can’t perform that action at this time.
0 commit comments