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

fedora-llvm-team / llvm-snapshots / 19437694415 / 1
56%
main: 56%

Build:
DEFAULT BRANCH: main
Ran 17 Nov 2025 04:59PM UTC
Files 25
Run time 103min
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

17 Nov 2025 04:57PM UTC coverage: 55.466%. Remained the same
19437694415.1

push

github

web-flow
Hopefully final fix for check snapshots (#1792)

* Fix logic for workflow dispatch

Before the logic was like this:

```
matrix.run_check_snapshots_workflow == 'yes' && (github.event_name != 'workflow_dispatch' || (matrix.today_minus_n_days == 0 && inputs.strategy == matrix.name))
```

and evaluated to this when running the workflow manually.

```
(true && ('yes' == 'yes') && (('workflow_dispatch' != 'workflow_dispatch') || ((0 == 0) && ('all' == 'big-merge'))))
```

Apparently the strategy comparison was causing the problem and not the
`run_check_snapshot_workflow`.

* Revert "Use yes/no string for matrix.run_check_snapshots_workflow"

This reverts commit d779841f1.

* Use comparison with 'true' again

1304 of 2351 relevant lines covered (55.47%)

0.55 hits per line

Source Files on job 19437694415.1
  • Tree
  • List 25
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19437694415
  • e3ca4eb0 on github
  • Prev Job for on main (#19433849144.1)
  • Next Job for on main (#19438297526.1)
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