From 05c8771995d5f452b2831e197df0d20c99143b3d Mon Sep 17 00:00:00 2001 From: Jirka Date: Fri, 29 Mar 2024 23:22:35 +0100 Subject: [PATCH] coverage --- .azure/gpu-tests.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.azure/gpu-tests.yml b/.azure/gpu-tests.yml index 472918b249..2671f5309f 100644 --- a/.azure/gpu-tests.yml +++ b/.azure/gpu-tests.yml @@ -131,11 +131,12 @@ jobs: # run all found tests in given past as standalone bash scripts/run_standalone_tests.sh "thunder/tests/distributed" # compile coverage results - python -m coverage report - python -m coverage xml - # upload to codecov - ./codecov --token=$(CODECOV_TOKEN) --commit=$(Build.SourceVersion) \ - --flags=gpu,pytest,distributed --name="GPU-coverage" --env=linux,azure + # TODO: collect and merge reports + # python -m coverage report + # python -m coverage xml + # # upload to codecov + # ./codecov --token=$(CODECOV_TOKEN) --commit=$(Build.SourceVersion) \ + # --flags=gpu,pytest,distributed --name="GPU-coverage" --env=linux,azure condition: eq(variables['testing'], 'distributed') displayName: 'Testing: distributed'