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

libevent / libevent / 33157001318
81%

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2026 09:14AM UTC
Jobs 1
Files 35
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

28 Aug 2026 08:51AM UTC coverage: 81.2%. Remained the same
33157001318

push

github

kev009
test: don't scramble PATH in test-export.py

unexport_dll() removed the dll directory from PATH by way of
list(set(paths)), which also randomizes the order of every PATH entry
(Python string hashing is seeded per process).  The Windows runners
carry two cmakes -- C:\Program Files\CMake (4.x) and Strawberry
Perl's bundled 3.29 -- so after the scramble every later sub-command
used whichever of the two happened to land first.

Since the runner image moved to Visual Studio 18 2026, losing that
coin flip is fatal: cmake 3.29 cannot load the build directory's
"Visual Studio 18 2026" cache, falls back to Ninja, the reconfigure
before the install-tree phase fails, and the export test dies with

    [test-export] fail: link core and run core expects success but
    gets failure.

This only happens in the shared job because only it calls
export_dll/unexport_dll, which is why TEST_EXPORT_SHARED has been
flapping on master while TEST_EXPORT_STATIC stayed green.

Remove the entry order-preservingly instead.

13022 of 16037 relevant lines covered (81.2%)

697865.25 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
79.26
-0.07% evdns.c
1
91.71
-0.24% evmap.c
Jobs
ID Job ID Ran Files Coverage
1 33157001318.1 28 Aug 2026 09:14AM UTC 35
81.2
GitHub Action Run
Source Files on build 33157001318
  • Tree
  • List 35
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33157001318
  • 14f4369e on github
  • Prev Build on master (#32937230761)
  • Next Build on master (#33163052516)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc