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

Improve annotated default detection for v2 #857

Merged
merged 3 commits into from
Jan 9, 2024

Conversation

koxudaxi
Copy link
Owner

@koxudaxi koxudaxi commented Jan 8, 2024

Related PR: #856

Copy link
Contributor

github-actions bot commented Jan 8, 2024

Qodana Community 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.3.0
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (52832b3) 72.19% compared to head (07fd8af) 72.27%.

Files Patch % Lines
src/com/koxudaxi/pydantic/PydanticTypeProvider.kt 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #857      +/-   ##
==========================================
+ Coverage   72.19%   72.27%   +0.07%     
==========================================
  Files          27       27              
  Lines        2093     2099       +6     
  Branches      643      646       +3     
==========================================
+ Hits         1511     1517       +6     
  Misses        276      276              
  Partials      306      306              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@koxudaxi koxudaxi merged commit a9ba050 into main Jan 9, 2024
5 checks passed
@koxudaxi koxudaxi deleted the Improve_annotated_default_detection_for_v2 branch January 9, 2024 19:07
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