Skip to content

Commit 211d092

Browse files
authored
update ci workflow (#120)
1 parent 36fc748 commit 211d092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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:

plotly/src/plot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)