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

edgehog-device-manager / edgehog / d54bbf96c73f23989fa5e61ec5a4ba368813112d
82%

Build:
DEFAULT BRANCH: main
Ran 18 Feb 2026 10:41AM UTC
Jobs 1
Files 429
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

18 Feb 2026 10:37AM UTC coverage: 81.78% (+81.8%) from 0.0%
d54bbf96c73f23989fa5e61ec5a4ba368813112d

push

github

web-flow
chore: Generate Files domain and File resource  (#1238)

Generated the `Files` domain with the `File` resource using the command

```sh
mix ash.gen.resource Edgehog.Files.File \
    --default-actions read,destroy \
    --uuid-v7-primary-key id \
    --attribute name:string:required:public \
    --attribute size:integer:required:public \
    --attribute digest:string:required:public \
    --attribute mode:integer:public \
    --attribute user_id:integer:public \
    --attribute group_id:integer:public \
    --attribute url:string:public \
    --timestamps \
    --extend postgres,graphql
```

`File` entities contain a unique `name`, `size`, `digest`, `mode`,
`user_id`, `group_id`, and `url` and are indexed through a uuid `id`.

Used command:
```bash
mix ash_postgres.generate_migrations --name create_file
```

Signed-off-by: Omar <omar.brbutovic@secomind.com>

2756 of 3370 relevant lines covered (81.78%)

484.52 hits per line

Jobs
ID Job ID Ran Files Coverage
1 d54bbf96c73f23989fa5e61ec5a4ba368813112d.1 18 Feb 2026 10:41AM UTC 429
81.78
GitHub Action Run
Source Files on build d54bbf96c73f23989fa5e61ec5a4ba368813112d
  • Tree
  • List 429
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d54bbf96 on github
  • Prev Build on main (#22136057704)
  • Next Build on main (#4678F4C7...)
  • Delete
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