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

lucyparsons / OpenOversight / 14456493935
89%

Build:
DEFAULT BRANCH: develop
Ran 14 Apr 2025 09:56PM UTC
Jobs 1
Files 101
Run time 1min
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 Apr 2025 09:52PM UTC coverage: 89.388%. Remained the same
14456493935

push

github

web-flow
Move schema check to Docker (#1177)

## Description of Changes
Have the schema checking function use the test Docker container. This is
the first step to getting it running in a GitHub Action.

## Tests and Linting
- [x] This branch is up-to-date with the `develop` branch.
- [x] Ran `make create_db_diagram` command.
- [x] `pytest` passes on my local development environment.
- [x] `pre-commit` passes on my local development environment.
- [x] Tested manually after adding a column.

<details><summary>Manual test for command</summary>

```bash
(env) michaelp@Mac OpenOversight % make create_db_diagram
touch service_account_key.json || \
	(echo "Need to delete that empty directory first"; \
	 sudo rm -d service_account_key.json/; \
	 touch service_account_key.json)
if [ ! -f .env ]; then cp .env.example .env; fi
docker compose build
WARN[0000] The "MINIO_ROOT_PASSWORD" variable is not set. Defaulting to a blank string.
WARN[0000] The "S3_BUCKET_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "S3_BUCKET_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "APPROVE_REGISTRATIONS" variable is not set. Defaulting to a blank string.
[+] Building 1.9s (22/22) FINISHED                                                                                                                                                         docker:desktop-linux
 => [web-test internal] load build definition from Dockerfile-test                                                                                                                                         0.0s
 => => transferring dockerfile: 943B                                                                                                                                                                       0.0s
 => [web internal] load metadata for docker.io/library/python:3.11-bullseye                                                                                                      ... (continued)

8962 of 10026 relevant lines covered (89.39%)

0.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14456493935.1 14 Apr 2025 09:56PM UTC 101
89.39
GitHub Action Run
Source Files on build 14456493935
  • Tree
  • List 101
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #14456493935
  • 4acc01e4 on github
  • Prev Build on develop (#14456389443)
  • Next Build on develop (#14524002801)
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