Skip to content

Commit 555abe1

Browse files
authored
chore: update codecov-action (#888)
* chore: update codecov-action * chore: update prettier
1 parent 0ed42e8 commit 555abe1

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ jobs:
9696
run: yarn test
9797

9898
- name: Upload coverage to Codecov
99-
uses: codecov/codecov-action@v2
99+
uses: codecov/codecov-action@v4
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }}
102102
fail_ci_if_error: true
103103
directory: ./coverage/
104104
name: codecov-umbrella
105-
flag: unittests, integration
105+
flags: unittests, integration
106106
verbose: true
107107
build:
108108
runs-on: ubuntu-latest

CHANGELOG.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ All notable changes to this project will be documented in this file. See [standa
44

55
### [1.3.5](https://github.com/DTStack/molecule/compare/v1.3.4...v1.3.5) (2023-12-29)
66

7-
87
### Bug Fixes
98

10-
* fix model's value not change and add onEditorInstanceMount event ([eb93979](https://github.com/DTStack/molecule/commit/eb939798a0dd09dd46a7c1d8966a744c5749b0ca))
11-
* fix stylelint ([f126404](https://github.com/DTStack/molecule/commit/f126404bfa0b631923c985bc6679f73800bb7182))
12-
* **scrollBar:** disable clickable when hide track ([e15b8b6](https://github.com/DTStack/molecule/commit/e15b8b68200654863bce5077d4b98b8682f37781))
13-
* update types ([c8d8a1f](https://github.com/DTStack/molecule/commit/c8d8a1fea19060ceb313986482d9fef8791ca124))
9+
- fix model's value not change and add onEditorInstanceMount event ([eb93979](https://github.com/DTStack/molecule/commit/eb939798a0dd09dd46a7c1d8966a744c5749b0ca))
10+
- fix stylelint ([f126404](https://github.com/DTStack/molecule/commit/f126404bfa0b631923c985bc6679f73800bb7182))
11+
- **scrollBar:** disable clickable when hide track ([e15b8b6](https://github.com/DTStack/molecule/commit/e15b8b68200654863bce5077d4b98b8682f37781))
12+
- update types ([c8d8a1f](https://github.com/DTStack/molecule/commit/c8d8a1fea19060ceb313986482d9fef8791ca124))
1413

1514
### [1.3.4](https://github.com/DTStack/molecule/compare/v1.3.3...v1.3.4) (2023-06-12)
1615

0 commit comments

Comments
 (0)