-
Notifications
You must be signed in to change notification settings - Fork 72
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
handle non-existent firebase users #2439
handle non-existent firebase users #2439
Conversation
…t-found-in-firebase
Codecov ReportBase: 88.42% // Head: 88.45% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2439 +/- ##
==========================================
+ Coverage 88.42% 88.45% +0.02%
==========================================
Files 327 327
Lines 15892 15957 +65
Branches 4416 4431 +15
==========================================
+ Hits 14053 14115 +62
- Misses 1685 1688 +3
Partials 154 154
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
...des/api/ops/service/saas_request/override_implementations/firebase_auth_request_overrides.py
Show resolved
Hide resolved
tests/ops/integration_tests/saas/request_override/test_firebase_auth_task.py
Outdated
Show resolved
Hide resolved
failing tests seem unrelated to changes:
codecov failure seems to be a remnant of previous runs that are not getting updated because of above unrelated failures - at least that is my and @sanders41 hypothesis. running codecov locally shows that the changed lines here do have coverage:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adamsachs and I discussed the missing coverage lines. We can show that these lines are being covered when running the tests locally, and believe that the other non-related flaky tests failures are preventing the coverage report from being update showing the lines are covered.
These failing tests seem related? https://github.com/ethyca/fides/actions/runs/4075809874/jobs/7022921573 |
you're right @pattisdr :( we missed that one, in a bit of a rush. thank you for the find 🙏 i'd mistakenly removed the |
Closes #2425
Code Changes
Steps to Confirm
Pre-Merge Checklist
CHANGELOG.md
Description Of Changes
Write some things here about the changes and any potential caveats