Skip to content
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

Associating fields with validator fields for 232 #762

Merged
merged 1 commit into from
Jul 20, 2023

Conversation

koxudaxi
Copy link
Owner

No description provided.

* WIP

* Add PydanticReferenceContributor.kt

* Revert changes

* Add inspection

* add unittest

* Fix unittest

* Add unittest

* Update documents
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage: 80.00% and project coverage change: +0.20 🎉

Comparison is base (dd3086a) 71.76% compared to head (d47849c) 71.96%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #762      +/-   ##
==========================================
+ Coverage   71.76%   71.96%   +0.20%     
==========================================
  Files          25       27       +2     
  Lines        1987     2037      +50     
  Branches      609      624      +15     
==========================================
+ Hits         1426     1466      +40     
- Misses        272      273       +1     
- Partials      289      298       +9     
Impacted Files Coverage Δ
src/com/koxudaxi/pydantic/PydanticInspection.kt 84.01% <75.00%> (-0.64%) ⬇️
...xudaxi/pydantic/PydanticValidatorFieldReference.kt 75.00% <75.00%> (ø)
src/com/koxudaxi/pydantic/Pydantic.kt 77.69% <76.92%> (-0.03%) ⬇️
.../koxudaxi/pydantic/PydanticReferenceContributor.kt 86.66% <86.66%> (ø)
.../com/koxudaxi/pydantic/PydanticIgnoreInspection.kt 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

Qodana for Python

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2023.1.5
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@koxudaxi koxudaxi merged commit c5a8033 into main Jul 20, 2023
@koxudaxi koxudaxi deleted the search_validator_field_for_232 branch July 20, 2023 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant