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

kobotoolbox / kpi / 13836959059

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-1497-show-most-recently-created-qual-answer
DEFAULT BRANCH: master
Ran 13 Mar 2025 03:03PM UTC
Jobs 1
Files 635
Run time 73min
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 02:23PM UTC coverage: 80.833% (+2.0%) from 78.826%
13836959059

push

github

web-flow
feat(attachments): add date_created and date_modified fields to Attachment model TASK-1533 (#5576)

### 🗒️ Checklist

1. [X] run linter locally
2. [X] update all related docs (API, README, inline, etc.), if any
3. [X] draft PR with a title `<type>(<scope>)<!>: <title> TASK-1234`
4. [X] tag PR: at least `frontend` or `backend` unless it's global
5. [X] fill in the template below and delete template comments
6. [X] review thyself: read the diff and repro the preview as written
7. [X] open PR & confirm that CI passes
8. [X] request reviewers, if needed
9. [ ] delete this section before merging

### 👀 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 |           |          | 
Indexes:
    "logger_attachment_pkey" PRIMAR... (continued)

6002 of 9546 branches covered (62.87%)

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

22896 of 28325 relevant lines covered (80.83%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13836959059.1 13 Mar 2025 03:03PM UTC 635
80.83
Source Files on build 13836959059
  • 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
  • 4d703c24 on github
  • Prev Build on release/2.025.10 (#13836015364)
  • Next Build on release/2.025.10 (#13838808264)
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