Skip to content

Commit be59aac

Browse files
committed
better formula centering in svg
1 parent e0352c0 commit be59aac

22 files changed

+410
-82
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
- name: Run tarpaulin and generate Cobertura XML
195195
# Generate coverage report in Cobertura-compatible XML
196196
run: |
197-
cargo tarpaulin --out Xml || true
197+
cargo tarpaulin --out Xml --all-features || true
198198
# tarpaulin may output multiple xml filenames; normalize to cobertura.xml
199199
if [ -f tarpaulin-report.xml ]; then mv tarpaulin-report.xml cobertura.xml; fi
200200
if [ -f coverage.xml ] && [ ! -f cobertura.xml ]; then mv coverage.xml cobertura.xml; fi

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ log = "0.4"
1919
env_logger = "0.11"
2020
serde_json = "1.0"
2121
serde = { version = "1.0", features = ["derive"] }
22+
quick-xml = { version = "0.38.4", features = ["serialize"] }
2223

2324
[build-dependencies]
2425
cmake = "0.1"

examples/batch_output/basel_problem_high_dpi.svg

Lines changed: 3 additions & 3 deletions
Loading

examples/batch_output/basel_problem_inverted_colors.svg

Lines changed: 3 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)