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

🔨 Integrate mypy and enhance typing in code #532

Merged
merged 39 commits into from
Jun 13, 2024
Merged

🔨 Integrate mypy and enhance typing in code #532

merged 39 commits into from
Jun 13, 2024

Conversation

yezz123
Copy link
Owner

@yezz123 yezz123 commented Feb 10, 2024

No description provided.

@yezz123 yezz123 added enhancement New feature or request python Pull requests that update Python code labels Feb 10, 2024
@yezz123 yezz123 self-assigned this Feb 10, 2024
Copy link

vercel bot commented Feb 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
authx ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 13, 2024 2:35pm
authx-old ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 13, 2024 2:35pm

@vercel vercel bot temporarily deployed to Preview – authx-old February 19, 2024 00:40 Inactive
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

Attention: Patch coverage is 86.53846% with 7 lines in your changes missing coverage. Please review.

Project coverage is 95.05%. Comparing base (564ced0) to head (5041942).
Report is 4 commits behind head on main.

Files Patch % Lines
authx/core.py 0.00% 4 Missing ⚠️
authx/schema.py 81.81% 1 Missing and 1 partial ⚠️
authx/_internal/_callback.py 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #532      +/-   ##
==========================================
- Coverage   95.84%   95.05%   -0.80%     
==========================================
  Files          16       16              
  Lines         795      809      +14     
  Branches      121      125       +4     
==========================================
+ Hits          762      769       +7     
- Misses         24       28       +4     
- Partials        9       12       +3     

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

@yezz123 yezz123 changed the title 🔨 Fix all functions & Types | Support Mypy 🔨 Integrate MyPy CI & Enhance typing in code Jun 12, 2024
Copy link

sonarcloud bot commented Jun 13, 2024

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@yezz123 yezz123 changed the title 🔨 Integrate MyPy CI & Enhance typing in code 🔨 Integrate mypy and enhance typing in code Jun 13, 2024
@yezz123 yezz123 merged commit 84beecb into main Jun 13, 2024
27 of 29 checks passed
@yezz123 yezz123 deleted the mypy branch June 13, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal python Pull requests that update Python code Typing Related to Mypy
Projects
Development

Successfully merging this pull request may close these issues.

✏️ Include Typing in Linting CI
1 participant