Skip to content

Commit

Permalink
feat: increase the CLI test coverage (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 authored Dec 19, 2024
1 parent 7684c93 commit 7ac06bd
Show file tree
Hide file tree
Showing 71 changed files with 1,695 additions and 1,266 deletions.
75 changes: 58 additions & 17 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ doctest = false
[dependencies]
clap = { version = "=4.5.21", features = ["derive"] }
anyhow = "=1.0.89"
boolinator = "=2.4.0"
which = "=6.0.3"
path-slash = "=0.2.1"
normpath = "=1.3.0"
Expand All @@ -39,6 +40,7 @@ era-compiler-llvm-context = { git = "https://github.com/matter-labs/era-compiler
assert_cmd = "=2.0.16"
predicates = "=3.1.2"
tempfile = "=3.12.0"
test-case = "=3.3.1"
reqwest = { version = "=0.11.27", features = ["blocking", "json"] }
era-compiler-downloader = { git = "https://github.com/matter-labs/era-compiler-common", branch = "main" }

Expand Down
Loading

0 comments on commit 7ac06bd

Please sign in to comment.