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

kobotoolbox / kpi / 13835215881

Build:
Build:
LAST BUILD BRANCH: leszek/dev-353-rootuuid
DEFAULT BRANCH: master
Ran 13 Mar 2025 01:39PM UTC
Jobs 1
Files 635
Run time 141min
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

13 Mar 2025 01:00PM UTC coverage: 80.404% (-0.4%) from 80.852%
13835215881

push

github

web-flow
feat(attachments): add xform and user fields to Attachment model TASK-927 (#5575)

### 👀 Preview steps
1. Check out the kobocat database: `./manage.py dbshell --database
kobocat`
2. Look at the attachment table: `\d logger_attachment`
3. Verify that the Attachment table has the new fields:
```

                                     Table "public.logger_attachment"
       Column        |           Type           | Collation | Nullable |             Default          
    
---------------------+--------------------------+-----------+----------+------------------------------
----
 id                  | integer                  |           | not null | generated by default as ident
ity
 media_file          | character varying(380)   |           | not null | 
 mimetype            | character varying(100)   |           | not null | 
 instance_id         | integer                  |           | not null | 
 media_file_basename | character varying(260)   |           |          | 
 media_file_size     | integer                  |           |          | 
 deleted_at          | timestamp with time zone |           |          | 
 user_id             | integer                  |           |          | 
 xform_id            | integer                  |           |          | 
Indexes:
    "logger_attachment_pkey" PRIMARY KEY, btree (id)
    "logger_attachment_deleted_at_5d62193e" btree (deleted_at)
    "logger_attachment_instance_id_780c30f1" btree (instance_id)
    "logger_attachment_media_file_18cea505" btree (media_file)
    "logger_attachment_media_file_18cea505_like" btree (media_file varchar_pattern_ops)
    "logger_attachment_media_file_basename_164242ca" btree (media_file_basename)
    "logger_attachment_media_file_basename_164242ca_like" btree (media_file_basename varchar_pattern_ops)
    "logger_attachment_user_id_4fde878d" btree (user_id)
    "logger_attachment_xform_id_22b4fd1f" btree (xform_id)
Check constraints:
    "logger_attachment_media_file_size_ch... (continued)

2073 of 3480 branches covered (59.57%)

7 of 7 new or added lines in 1 file covered. (100.0%)

3 existing lines in 1 file now uncovered.

8924 of 11099 relevant lines covered (80.4%)

2.06 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 13835215881.1 13 Mar 2025 01:39PM UTC 635
80.85
Source Files on build 13835215881
  • Tree
  • List 635
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 846ca601 on github
  • Prev Build on release/2.025.10 (#13813769808)
  • Next Build on release/2.025.10 (#13836015364)
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