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 6060 with :
6161 components : llvm-tools-preview
6262 - 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
6464 - uses : codecov/codecov-action@v3
6565
6666 build_examples :
Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ mod tests {
626626 }
627627
628628 #[ 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.
630630 #[ cfg( not( feature = "wasm" ) ) ]
631631 fn test_show_image ( ) {
632632 let plot = create_test_plot ( ) ;
You can’t perform that action at this time.
0 commit comments