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

lucyparsons / OpenOversight / 5801959714
89%

Build:
DEFAULT BRANCH: develop
Ran 08 Aug 2023 09:12PM UTC
Jobs 1
Files 89
Run time 3s
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

08 Aug 2023 09:08PM UTC coverage: 88.751% (-0.002%) from 88.753%
5801959714

push

github

web-flow
Address database creation warnings (#1015)

## Fixes issue
 <!-- LINK YOUR ISSUE HERE -->

## Description of Changes
Addressed DB warnings that we'd see during creation and removed
redundant/unnecessary Model properties.
```console
SAWarning: relationship 'Face.users' will copy column users.id to column faces.user_id, which conflicts with relationship(s): 'Face.user' (copies users.id to faces.user_id), 'User.faces' (copies users.id to faces.user_id). If this is not the intention, consider if these relationships should be linked with back_populates, or if viewonly=True should be applied to one or more if they are read-only. For the less common case that foreign key constraints are partially overlapping, the orm.foreign() annotation can be used to isolate the columns that should be written towards.   To silence this warning, add the parameter 'overlaps="faces,user"' to the 'Face.users' relationship.
SAWarning: relationship 'Officer.assignments_lazy' will copy column officers.id to column assignments.officer_id, which conflicts with relationship(s): 'Assignment.officer' (copies officers.id to assignments.officer_id), 'Officer.assignments' (copies officers.id to assignments.officer_id). If this is not the intention, consider if these relationships should be linked with back_populates, or if viewonly=True should be applied to one or more if they are read-only. For the less common case that foreign key constraints are partially overlapping, the orm.foreign() annotation can be used to isolate the columns that should be written towards.   To silence this warning, add the parameter 'overlaps="assignments,officer"' to the 'Officer.assignments_lazy' relationship. (Background on this error at: https://sqlalche.me/e/14/qzyx)
  department = Department(
SAWarning: relationship 'Assignment.base_officer' will copy column officers.id to column assignments.officer_id, which conflicts with relationship(s): 'Assignment.officer' (copies officers.id to assignments... (continued)

7558 of 8516 relevant lines covered (88.75%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5801959714.1 08 Aug 2023 09:12PM UTC 0
88.75
GitHub Action Run
Source Files on build 5801959714
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #5801959714
  • ea861a87 on github
  • Prev Build on develop (#5801760908)
  • Next Build on develop (#5838704203)
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

© 2026 Coveralls, Inc