8000 chore: update codecov-action by mortalYoung · Pull Request #888 · DTStack/molecule · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: update codecov-action #888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ jobs:
run: yarn test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
directory: ./coverage/
name: codecov-umbrella
flag: unittests, integration
flags: unittests, integration
verbose: true
build:
runs-on: ubuntu-latest
Expand Down
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ All notable changes to this project will be documented in this file. See [standa

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


### Bug Fixes

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

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

Expand Down
Loading
0