Commit f8614670 authored by shanmugamr's avatar shanmugamr
Browse files

Code covearage

parent c0329d8d
......@@ -5,7 +5,7 @@ test:
- docker_gpu_enabled
script:
- nvidia-smi
- torchrun --nproc_per_node=2 -m pytest --cov-report=term --cov-report=html --cov=megatron/core tests/'
- torchrun --nproc_per_node=2 -m pytest --cov-report=term --cov-report=html --cov=megatron/core tests/
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
artifacts:
paths:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment