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

kobotoolbox / kpi / 15466630795
81%
master: 76%

Build:
Build:
LAST BUILD BRANCH: beccagraber/dev-1497-show-most-recently-created-qual-answer
DEFAULT BRANCH: master
Ran 05 Jun 2025 12:47PM UTC
Jobs 2
Files 653
Run time 6min
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

05 Jun 2025 12:09PM UTC coverage: 81.093% (+0.006%) from 81.087%
15466630795

push

github

web-flow
feat(projectHistoryLogs): change code to codename for partial perms DEV-218 (#5715)

### đŸ“Ŗ Summary
Change the key from 'code' to 'codename' for consistency when creating
PH logs for partial permission changes.


### 💭 Notes
The PH log table is huge and updating it is a pain, so this will only
change data going forward. Nothing on the front end relies on the
structure of the metadata field so the inconsistency shouldn't break
anything.


### 👀 Preview steps
1. â„šī¸ have account and a project, and at least one other user
2. Go to Project > Settings > Sharing
3. Grant the second user permission to view only submissions from a
specific user
4. Go to `/api/v2/assets/<uid>/history`
5. đŸŸĸ There should be a new `modify-user-permissions` PH log with 
```
                "permissions": {
                    "added": [
                        "view_asset",
                        "partial_submissions",
                        {
                            "filters": [
                                {
                                    "_submitted_by": "<user>"
                                }
                            ],
                            "codename": "view_submissions"
                        }
                    ],
                    "removed": [],
                    "username": "<user>"
                },
```
in the metadata

6290 of 9953 branches covered (63.2%)

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

23942 of 29524 relevant lines covered (81.09%)

1.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15466630795.1 05 Jun 2025 12:47PM UTC 653
78.99
2 15466630795.2 05 Jun 2025 12:48PM UTC 653
81.07
Source Files on build 15466630795
  • Tree
  • List 653
  • Changed 19
  • Source Changed 0
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • be6cc63d on github
  • Prev Build on main (#15465377442)
  • Next Build on main (#15492301978)
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