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

kobotoolbox / kpi / 13856045178

Build:
Build:
LAST BUILD BRANCH: refactor-subsequences-2025
DEFAULT BRANCH: master
Ran 14 Mar 2025 12:34PM UTC
Jobs 1
Files 635
Run time 116min
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

14 Mar 2025 11:56AM UTC coverage: 80.837% (+0.004%) from 80.833%
13856045178

push

github

web-flow
feat(attachments): add KPI UidField to Attachment model TASK-1523 (#5580)

### 👀 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 identity
 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                  |           |          | 
 date_created        | timestamp with time zone |           |          | 
 date_modified       | timestamp with time zone |           |          | 
 uid                 | character varying(23)    |           |          | 
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_f... (continued)

6004 of 9549 branches covered (62.88%)

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

22901 of 28330 relevant lines covered (80.84%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13856045178.1 14 Mar 2025 12:34PM UTC 635
80.84
Source Files on build 13856045178
  • Tree
  • List 635
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • a1b110e2 on github
  • Prev Build on release/2.025.10 (#13840772909)
  • Next Build on release/2.025.10 (#13901198406)
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