Skip to content

Commit

Permalink
Merge pull request #26 from AGScheduler/dev
Browse files Browse the repository at this point in the history
add `add_job` `update_job` && upgrade version to 0.2.0
  • Loading branch information
kwkwc committed Apr 16, 2024
2 parents 4a951bf + f0451cd commit 8ad9ddb
Show file tree
Hide file tree
Showing 9 changed files with 380 additions and 126 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "agscheduler-cli"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Command line interface for AGScheduler"
license = "MIT"
Expand All @@ -18,6 +18,7 @@ chrono = "0.4.37"
clap = { version = "4.5.4", features = ["derive"] }
comfy-table = "7.1.1"
dialoguer = "0.11.0"
iana-time-zone = "0.1.60"
mockall = "0.12.1"
mockito = "1.4.0"
reqwest = "0.12.3"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lint:

.PHONY: test
test:
cargo llvm-cov
cargo llvm-cov --all-features
cargo llvm-cov report --lcov --output-path lcov.info
cargo llvm-cov report --html

Expand Down
Loading

0 comments on commit 8ad9ddb

Please sign in to comment.