forked from NVIDIA-NeMo/NeMo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coveragerc
More file actions
36 lines (30 loc) · 840 Bytes
/
.coveragerc
File metadata and controls
36 lines (30 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[run]
concurrency = thread,multiprocessing
omit =
/tmp/*
/home/TestData/*
/workspace/Megatron-LM/*
nemo/collections/multimodal/*
nemo/collections/multimodal_autoregressive/*
nemo/collections/vision/*
nemo/collections/diffusion/*
nemo/collections/nlp/*
nemo/collections/asr/*
nemo/collections/speechlm/*
nemo/collections/tts/*
# omit from audio
nemo/collections/audio/data/data_simulation.py
nemo/collections/audio/metrics/squim.py
nemo/collections/audio/losses/maxine/*
nemo/collections/audio/models/maxine/*
nemo/collections/audio/parts/utils/maxine.py
nemo/core/*
nemo/collections/common/*
/workspace/config-3.12.py
/workspace/config-3.py
/workspace/config.py
[paths]
source =
nemo/
/home/runner/work/NeMo/NeMo/nemo
/workspace/nemo