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

Add validator field argument completion for 232 #758

Merged
merged 1 commit into from Jul 19, 2023

Conversation

koxudaxi
Copy link
Owner

No description provided.

* Add validator field argument completion

* Add unittest

* Add unittest

* Update documents
@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Patch coverage: 81.63% and project coverage change: +0.44 🎉

Comparison is base (1764086) 71.31% compared to head (1418436) 71.76%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #758      +/-   ##
==========================================
+ Coverage   71.31%   71.76%   +0.44%     
==========================================
  Files          25       25              
  Lines        1942     1987      +45     
  Branches      601      609       +8     
==========================================
+ Hits         1385     1426      +41     
+ Misses        274      272       -2     
- Partials      283      289       +6     
Impacted Files Coverage Δ
...koxudaxi/pydantic/PydanticCompletionContributor.kt 75.29% <79.48%> (+0.40%) ⬆️
src/com/koxudaxi/pydantic/Pydantic.kt 77.71% <90.00%> (+0.83%) ⬆️

... and 2 files with indirect coverage changes

☔ 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 dd3086a into main Jul 19, 2023
5 checks passed
@koxudaxi koxudaxi deleted the add_validator_field_argument_completion_for_232 branch July 19, 2023 01:05
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.

None yet

1 participant