mirror of
https://github.com/galacean/engine.git
synced 2026-06-08 16:52:58 +08:00
ci: add code cov token
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -72,10 +72,11 @@ jobs:
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{secrets.CODECOV_TOKEN}}
|
||||
directory: ./coverage/lcov-report/
|
||||
fail_ci_if_error: true
|
||||
flags: unittests
|
||||
|
||||
|
||||
e2e:
|
||||
runs-on: macos-latest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user