Skip to content

Commit

Permalink
Merge 0663904 into 4a7e139
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Oct 18, 2023
2 parents 4a7e139 + 0663904 commit dc17e05
Show file tree
Hide file tree
Showing 44 changed files with 1,337 additions and 647 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: test
env:
RUSTFLAGS: -Cinstrument-coverage
LLVM_PROFILE_FILE: clafrica-%p-%m.profraw
LLVM_PROFILE_FILE: name-%p-%m.profraw
run: cargo test --all-features --verbose

- name: Run grcov
Expand All @@ -63,7 +63,7 @@ jobs:
--branch \
--ignore-not-existing \
--ignore "/*" \
--ignore "clafrica/src/{main}.rs" \
--ignore "service/src/{main}.rs" \
--excl-line "#\\[derive\\(" \
-o ./coverage/lcov.info
Expand Down
115 changes: 79 additions & 36 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[workspace]
members = [
"clafrica-lib",
"clafrica"
"service",
"config",
"memory",
"engine/preprocessor",
"engine/translator",
]
resolver = "2"

Loading

0 comments on commit dc17e05

Please sign in to comment.