Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Jan 13, 2025
1 parent ccd6de6 commit e451b2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
toolchain: stable
override: true

- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.19.1'
args: '--exclude-files *_test.rs *tests* *experiments*'
- name: Generate code coverage
run: |
cargo install --features vendored-openssl cargo-tarpaulin
cargo tarpaulin --exclude-files *_test.rs *tests* *experiments* --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1.0.2
Expand Down
3 changes: 2 additions & 1 deletion experiments/heuristic-research/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ serde.workspace = true
serde_json.workspace = true
lazy_static.workspace = true

plotters = "0.3.7"
# added features as it fails to compile without them on github CI
plotters = { version = "0.3.7", features = ["ab_glyph", "fontconfig-dlopen"] }
plotters-canvas = "0.3.0"
itertools = "0.14.0"
wasm-bindgen = "0.2.99"
Expand Down

0 comments on commit e451b2a

Please sign in to comment.