Skip to content

Commit

Permalink
NEXT-37303 - Increase coverage by testing API calls
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteJanz committed Aug 20, 2024
1 parent 70c20de commit 222a029
Show file tree
Hide file tree
Showing 3 changed files with 294 additions and 2 deletions.
197 changes: 197 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ csv = "1.3.0"
itertools = "0.13.0"
rhai = { version = "1.19.0", features = ["serde", "sync"] }

[dev-dependencies]
mockito = "1.5.0"

[profile.release]
lto = true # Enable link-time optimization
codegen-units = 1 # Reduce number of codegen units to increase optimizations
Expand Down
Loading

0 comments on commit 222a029

Please sign in to comment.