- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 214
[infra] use cargo llvm-cov for coverage #1570
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
Comments
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this issue
Nov 18, 2024
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [ast-grep/ast-grep](https://github.com/ast-grep/ast-grep) | minor | `0.28.0` -> `0.30.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>ast-grep/ast-grep (ast-grep/ast-grep)</summary> ### [`v0.30.0`](https://github.com/ast-grep/ast-grep/blob/HEAD/CHANGELOG.md#0300) [Compare Source](ast-grep/ast-grep@0.29.0...0.30.0) - **Breaking change:** feat: semi-structured tracing output [`#1574`](ast-grep/ast-grep#1574) - fix: error=unused-suppression should change exit code [`#1585`](ast-grep/ast-grep#1585) - refactor: move stdErr into inspect mod [`#1575`](ast-grep/ast-grep#1575) - infra: switch to llvm-cov [`#1570`](ast-grep/ast-grep#1570) - **Breaking change:** refactor: rename --tracing to --inspect [`105945e`](ast-grep/ast-grep@105945e) - **Breaking change:** refactor: remove --json format for tracing [`ed05be4`](ast-grep/ast-grep@ed05be4) - **Breaking change:** fix: remove builtin dart support [`cd25a62`](ast-grep/ast-grep@cd25a62) - **Breaking change:** fix: report unused suppression always [`893df63`](ast-grep/ast-grep@893df63) - fix(deps): update babel monorepo [`b8803ce`](ast-grep/ast-grep@b8803ce) ### [`v0.29.0`](https://github.com/ast-grep/ast-grep/blob/HEAD/CHANGELOG.md#0290) [Compare Source](ast-grep/ast-grep@0.28.1...0.29.0) > 30 October 2024 - feat: support override severity of unused-suppression [`#1556`](ast-grep/ast-grep#1556) - feat: unify configuration reading [`#1557`](ast-grep/ast-grep#1557) - feat: unify configuration [`#1557`](ast-grep/ast-grep#1557) - refactor: improve file config handling [`#1553`](ast-grep/ast-grep#1553) - refactor: revamp configuration file discovering and custom language registration [`#1553`](ast-grep/ast-grep#1553) - feat(scan): support context, before/after flags [`#1549`](ast-grep/ast-grep#1549) - feat: add RuleOverwrite to override rule severity from CLI [`#1061`](ast-grep/ast-grep#1061) - **Breaking change:** feat: support --config in sg new [`cfe472f`](ast-grep/ast-grep@cfe472f) - feat: add rule overwrite impl [`fb4ac07`](ast-grep/ast-grep@fb4ac07) - fix(deps): update dependency [@​swc/core](https://github.com/swc/core) to v1.7.36 [`c11fd89`](ast-grep/ast-grep@c11fd89) ### [`v0.28.1`](https://github.com/ast-grep/ast-grep/blob/HEAD/CHANGELOG.md#0281) [Compare Source](ast-grep/ast-grep@0.28.0...0.28.1) > 20 October 2024 - feat: report unused suppression [`#1346`](ast-grep/ast-grep#1346) - feat: make number of threads configurable [`#1498`](ast-grep/ast-grep#1498) - doc: add bug report yaml [`#1462`](ast-grep/ast-grep#1462) - refactor: rename tracing [`f83dbe9`](ast-grep/ast-grep@f83dbe9) - fix: fix bug report bug agains [`61921f7`](ast-grep/ast-grep@61921f7) - fix(deps): update dependency [@​babel/core](https://github.com/babel/core) to v7.25.8 [`cf06185`](ast-grep/ast-grep@cf06185) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiXX0=-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
currently tarpaulin does not include integration into test coverage
The text was updated successfully, but these errors were encountered: