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

stacklok / minder / 10355616755
53%

Build:
DEFAULT BRANCH: main
Ran 12 Aug 2024 04:29PM UTC
Jobs 1
Files 228
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

12 Aug 2024 04:22PM UTC coverage: 53.899% (-0.005%) from 53.904%
10355616755

push

github

web-flow
Change rule_evaluations upsert to set `migrated` to true (#4124)

This query is always called after an upsert into the evaluation history
table, so migrated should always be set to true. Due to the lack of the
update in the `ON CONFLICT DO UPDATE` clause, we ran into a situation
where unmigrated rows in rule_evaluations were being implicitly migrated
by the policy migration (i.e. the code was creating a corresponding row
in evaluation_rule_entities) but the migrated flag was still set to
false. The migration script would then attempt to copy the data to the
evaluation_rule_entities table, which would error out because the data
for that rule/entity pair already existed.

12572 of 23325 relevant lines covered (53.9%)

46.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10355616755.1 12 Aug 2024 04:29PM UTC 0
53.9
GitHub Action Run
Source Files on build 10355616755
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #10355616755
  • 98c93310 on github
  • Prev Build on main (#10349682034)
  • Next Build on main (#10365515961)
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