mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
parent
012a2c0e36
commit
204e087519
2 changed files with 4 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -66,12 +66,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
flags: core
|
flags: core
|
||||||
directory: ./packages/core
|
directory: ./packages/core
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
- name: Codecov ui
|
- name: Codecov ui
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
flags: ui
|
flags: ui
|
||||||
directory: ./packages/ui
|
directory: ./packages/ui
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
main-dockerize:
|
main-dockerize:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
2
.github/workflows/master-codecov-report.yml
vendored
2
.github/workflows/master-codecov-report.yml
vendored
|
@ -27,9 +27,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
flags: core
|
flags: core
|
||||||
directory: ./packages/core
|
directory: ./packages/core
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
||||||
- name: Codecov UI
|
- name: Codecov UI
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
flags: experience
|
flags: experience
|
||||||
directory: ./packages/experience
|
directory: ./packages/experience
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue