mirror of
https://github.com/astral-sh/uv
synced 2026-06-21 13:47:25 +00:00
Remove coverage.yml
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
name: Coverage
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [labeled]
|
||||
|
||||
permissions: {}
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test:
|
||||
if: ${{ github.event.label.name == 'coverage' }}
|
||||
uses: ./.github/workflows/test.yml
|
||||
with:
|
||||
save-rust-cache: "false"
|
||||
collect-coverage: "true"
|
||||
Reference in New Issue
Block a user