Stripe integration tests#7828
Conversation
🤖 Bitwarden Claude Code ReviewOverall Assessment: APPROVE Reviewed this test-and-documentation-only PR adding opt-in Stripe integration tests under Code Review DetailsNo findings. Notes considered and cleared:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7828 +/- ##
==========================================
+ Coverage 61.13% 61.22% +0.08%
==========================================
Files 2173 2209 +36
Lines 96752 97716 +964
Branches 8726 8815 +89
==========================================
+ Hits 59149 59825 +676
- Misses 35491 35767 +276
- Partials 2112 2124 +12 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
|
Hey @justindbaur... Quick 💡, will you please put a |



🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-36225
📔 Objective
This is a test and documentation only PR that exists to expand (haha) our test coverage on our usage of
Expandon Stripe API calls. These tests run flows with those against the genuine Stripe API so it should catch discrepancies between the strings in those Expand call sites and the consumption of that data in C# properties. The tests require a test stripe API key and for that reason they currently do not run in CI and therefore do have a danger of becoming stale but I believe they have an incredible value. I ran these tests against the Stripe update being prepared in #7643 and it found 5 issues already.📸 Screenshots