Skip to content

Commit

Permalink
skip coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ksolana committed Feb 28, 2025
1 parent 8b487c7 commit e5005ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,9 @@ EOF
^ci/test-coverage.sh \
^scripts/coverage.sh \
; then
command_step coverage "ci/docker-run-default-image.sh ci/test-coverage.sh" 80
#command_step coverage "ci/docker-run-default-image.sh ci/test-coverage.sh" 80
annotate --style info --context test-coverage \
"Coverage skipped as no .rs files were modified"
else
annotate --style info --context test-coverage \
"Coverage skipped as no .rs files were modified"
Expand Down

0 comments on commit e5005ed

Please sign in to comment.