mirror of
https://github.com/LukeHagar/prettier-plugin-openapi.git
synced 2025-12-07 20:57:47 +00:00
Refactor CI workflow by removing Codecov upload step while retaining build command for improved clarity and efficiency.
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -46,12 +46,4 @@ jobs:
|
|||||||
run: bun run test
|
run: bun run test
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: bun run build
|
run: bun run build
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
|
||||||
uses: codecov/codecov-action@v3
|
|
||||||
with:
|
|
||||||
file: ./coverage/lcov.info
|
|
||||||
flags: unittests
|
|
||||||
name: codecov-umbrella
|
|
||||||
fail_ci_if_error: false
|
|
||||||
Reference in New Issue
Block a user