Skip to content

Commit

Permalink
Merge branch 'ershi/reenable-github-codecov' into 'main'
Browse files Browse the repository at this point in the history
Update Codecov reporting in CI workflows and GitLab configuration

See merge request omniverse/warp!1109
  • Loading branch information
shi-eric committed Feb 21, 2025
2 parents ab58b72 + 1e0c42c commit d7e6518
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ linux-x86_64 test:
- python -m warp.tests --junit-report-xml rspec.xml --coverage --coverage-xml coverage.xml -s autodetect --failfast
# Upload report to Codecov
- python -m pip install codecov-cli
- codecovcli --verbose upload-process --git-service github --disable-search -t $CODECOV_TOKEN -F unittests -f rspec.xml -f coverage.xml
- codecovcli --verbose upload-process --git-service github --disable-search -t $CODECOV_TOKEN -r NVIDIA/warp --plugin pycoverage -F unittests -f coverage.xml

# Note that for throughput reasons this runs on a single-GPU runner
windows-x86_64 test:
Expand All @@ -302,6 +302,10 @@ windows-x86_64 test:
- Write-Output "$([char]27)[0Ksection_end:$(GetTime):install_dependencies$([char]13)$([char]27)[0K"
script:
- python -m warp.tests --junit-report-xml rspec.xml --coverage --coverage-xml coverage.xml -s autodetect --failfast
# Upload report to Codecov
- python -m pip install codecov-cli
- codecovcli --verbose upload-process --git-service github --disable-search -t $CODECOV_TOKEN -r NVIDIA/warp --plugin pycoverage -F unittests -f coverage.xml


mac-x86_64 test:
stage: test
Expand Down

0 comments on commit d7e6518

Please sign in to comment.