Skip to content

Commit

Permalink
Merge pull request #14 from Austionian/redo-forecast
Browse files Browse the repository at this point in the history
Redo forecast
  • Loading branch information
Austionian authored Sep 7, 2024
2 parents f4d9cf7 + a04f10c commit 834975e
Show file tree
Hide file tree
Showing 19 changed files with 495 additions and 388 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: CI=true cargo test
run: CI=true cargo test --features mock-time

coverage:
needs: check
Expand All @@ -50,4 +50,4 @@ jobs:
- name: Install tarpaulin
run: cargo install cargo-tarpaulin
- name: Generate code coverage
run: CI=true cargo tarpaulin --verbose --workspace
run: CI=true cargo tarpaulin --verbose --workspace --features mock-time
52 changes: 26 additions & 26 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 @@ -34,3 +34,6 @@ wiremock = "0.6.0"
[profile.dev.package]
insta.opt-level = 3
similar.opt-level = 3

[features]
mock-time = []
2 changes: 1 addition & 1 deletion assets/static/index.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 834975e

Please sign in to comment.