-
Notifications
You must be signed in to change notification settings - Fork 0
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
Make ComponentMustBeAbstractDetector aware of Anvil Component annotations #260
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 tasks
fec89a9
to
e846e35
Compare
9b63b79
to
56d529e
Compare
e846e35
to
4731d8d
Compare
f1d8183
to
9a30a8c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #260 +/- ##
==========================================
+ Coverage 89.38% 89.47% +0.09%
==========================================
Files 20 20
Lines 678 684 +6
Branches 72 72
==========================================
+ Hits 606 612 +6
Misses 49 49
Partials 23 23 ☔ View full report in Codecov by Sentry. |
4731d8d
to
a17b1d0
Compare
9a30a8c
to
a633383
Compare
a17b1d0
to
cb2540f
Compare
a633383
to
b5f3e18
Compare
cb2540f
to
ff3794d
Compare
b5f3e18
to
bfa4313
Compare
ff3794d
to
ec55f5b
Compare
bfa4313
to
c9b6257
Compare
ec55f5b
to
ec3097e
Compare
c9b6257
to
32adaf9
Compare
ec3097e
to
88d6b1e
Compare
32adaf9
to
e360911
Compare
7de5a6b
to
75efbcc
Compare
e360911
to
d3e0db7
Compare
75efbcc
to
947ff34
Compare
d3e0db7
to
c59a133
Compare
947ff34
to
84c4b22
Compare
c59a133
to
6fa6a83
Compare
84c4b22
to
6b3f205
Compare
6fa6a83
to
bc8abef
Compare
6b3f205
to
df26674
Compare
bc8abef
to
ddb8843
Compare
f6cea9b
to
83562be
Compare
2145a0e
to
cb3a40e
Compare
cb3a40e
to
c603bb3
Compare
WhosNickDoglio
added a commit
that referenced
this pull request
Sep 13, 2024
…ions (#260) ## Description <!--- Describe your changes in detail --> ## Related Issue <!--- This project only accepts pull requests related to open issues --> <!--- If suggesting a new feature or change, please discuss it in an issue first --> <!--- If fixing a bug, there should be an issue describing it with steps to reproduce --> <!--- Please link to the issue here: --> ## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] I have made corresponding changes to the documentation - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have mentioned changes in [CHANGELOG.md](../CHANGELOG.md). - [ ] I have read the [**CONTRIBUTING**](CONTRIBUTING.md) document. ## PR Stack <!-- branch-stack --> - `main` - \#260 :point\_left:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Checklist
PR Stack
main