mirror of
https://github.com/logto-io/logto.git
synced 2025-03-10 22:22:45 -05:00
fix(ui): add missing ui codecov job (#1183)
add missing ui code cov job
This commit is contained in:
parent
dd0a6b510f
commit
d2bf19b12d
1 changed files with 8 additions and 2 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -3,7 +3,7 @@ name: Main
|
|||
on:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
concurrency:
|
||||
group: main-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
|
@ -53,8 +53,14 @@ jobs:
|
|||
- name: Test
|
||||
run: pnpm ci:test
|
||||
|
||||
- name: Codecov
|
||||
- name: Codecov core
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
flags: core
|
||||
directory: ./packages/core
|
||||
|
||||
- name: Codecov ui
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
flags: ui
|
||||
directory: ./packages/ui
|
||||
|
|
Loading…
Add table
Reference in a new issue