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

chore: Extending code coverage #89

Merged
merged 11 commits into from
Oct 2, 2023
Merged

chore: Extending code coverage #89

merged 11 commits into from
Oct 2, 2023

Conversation

gromdimon
Copy link
Contributor

@gromdimon gromdimon commented Sep 29, 2023

Tasks

  • Wrote new tests
  • Refactored old one

@gromdimon gromdimon linked an issue Sep 29, 2023 that may be closed by this pull request
@gromdimon gromdimon self-assigned this Sep 29, 2023
@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

Merging #89 (f002bc1) into main (88ad05a) will increase coverage by 8.35%.
Report is 5 commits behind head on main.
The diff coverage is 64.89%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
+ Coverage   78.25%   86.60%   +8.35%     
==========================================
  Files          83       32      -51     
  Lines        2198      463    -1735     
  Branches      551        0     -551     
==========================================
- Hits         1720      401    -1319     
+ Misses        436       62     -374     
+ Partials       42        0      -42     
Files Coverage Δ
backend/app/db/session.py 100.00% <ø> (ø)
backend/app/models/user.py 100.00% <100.00%> (ø)
backend/app/schemas/__init__.py 100.00% <100.00%> (ø)
backend/app/schemas/auth.py 100.00% <100.00%> (ø)
backend/app/main.py 92.00% <50.00%> (-3.66%) ⬇️
backend/app/api/api_v1/endpoints/auth.py 80.00% <80.00%> (ø)
backend/app/core/auth.py 73.68% <55.55%> (-6.97%) ⬇️
backend/app/core/config.py 90.00% <66.66%> (-8.28%) ⬇️
backend/app/api/api_v1/api.py 51.21% <41.17%> (-48.79%) ⬇️

... and 53 files with indirect coverage changes

@gromdimon gromdimon marked this pull request as ready for review October 2, 2023 12:53
@gromdimon gromdimon enabled auto-merge (squash) October 2, 2023 13:24
@gromdimon gromdimon merged commit 85275d9 into main Oct 2, 2023
9 checks passed
@gromdimon gromdimon deleted the 78-extend-code-coverage branch October 2, 2023 13:29
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.

Extend code coverage
2 participants