mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
chore: disable codecov temporarily (#1988)
This commit is contained in:
parent
3686eabcb3
commit
23d0493027
1 changed files with 7 additions and 7 deletions
14
.github/workflows/integration_test.yml
vendored
14
.github/workflows/integration_test.yml
vendored
|
|
@ -118,11 +118,11 @@ jobs:
|
|||
fi
|
||||
shell: bash
|
||||
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
name: appflowy
|
||||
flags: appflowy
|
||||
env_vars: ${{ matrix.os }}
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
# - uses: codecov/codecov-action@v3
|
||||
# with:
|
||||
# name: appflowy
|
||||
# flags: appflowy
|
||||
# env_vars: ${{ matrix.os }}
|
||||
# fail_ci_if_error: true
|
||||
# verbose: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue