• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kobotoolbox / kpi / 14130185039
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-1497-show-most-recently-created-qual-answer
DEFAULT BRANCH: master
Ran 28 Mar 2025 02:15PM UTC
Jobs 1
Files 637
Run time 12min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Mar 2025 01:36PM UTC coverage: 80.863% (-0.001%) from 80.864%
14130185039

push

github

web-flow
fix(massEmails): Use default plan name in templates TASK-1712 (#5628)

### 📣 Summary
Use the default plan name provided by the stripe product model in the
mas emails templates. A new utility function was added to the stripe app
in order to provide this name easily.


### 👀 Preview steps
1. Create a mass email config in the Django admin.
2. Include the plan type placeholder in the mass email configuration
template
3. Make sure that the email backend is configured to something that can
be debugged, such as console or file backend
```
EMAIL_BACKEND = 'django.core.mail.backends.filebased.EmailBackend'
```
4. Execute the send_emails task through console
```
./manage.py shell_plus

from kobo.apps.mass_email.tasks import send_emails
send_emails()
```
5. Check the generated emails have the correct free plan name

6071 of 9648 branches covered (62.92%)

11 of 11 new or added lines in 2 files covered. (100.0%)

3 existing lines in 1 file now uncovered.

23131 of 28605 relevant lines covered (80.86%)

0.81 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
93.79
-1.86% kobo/apps/stripe/views.py
Jobs
ID Job ID Ran Files Coverage
1 14130185039.1 28 Mar 2025 02:15PM UTC 637
80.86
Source Files on build 14130185039
  • Tree
  • List 637
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 547b0291 on github
  • Prev Build on main (#14117086430)
  • Next Build on main (#14131533802)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc