mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix: fix experience codecov report (#4561)
fix experience codecov report
This commit is contained in:
parent
58f10b6a4e
commit
a0b9d38992
1 changed files with 2 additions and 2 deletions
4
.github/workflows/master-codecov-report.yml
vendored
4
.github/workflows/master-codecov-report.yml
vendored
|
@ -31,5 +31,5 @@ jobs:
|
|||
- name: Codecov UI
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
flags: ui
|
||||
directory: ./packages/ui
|
||||
flags: experience
|
||||
directory: ./packages/experience
|
||||
|
|
Loading…
Reference in a new issue