mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
17 lines
291 B
YAML
17 lines
291 B
YAML
branch: false
|
|
ignore-not-existing: true
|
|
llvm: true
|
|
output-type: lcov
|
|
ignore:
|
|
- "/*"
|
|
- "C:/*"
|
|
- "../*"
|
|
- src/main.rs
|
|
- src/activity_manager.rs
|
|
- src/cli_opts.rs
|
|
- src/support.rs
|
|
- src/system/notifications.rs
|
|
- "src/ui/activities/*"
|
|
- src/ui/context.rs
|
|
- src/ui/input.rs
|