Skip to content

Commit

Permalink
refactor: make the clafrica more modular (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Oct 18, 2023
1 parent 4a7e139 commit bcd189e
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"

0 comments on commit bcd189e

Please sign in to comment.