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

Chia-Network / chiapos / 10817483119
80%

Build:
DEFAULT BRANCH: main
Ran 11 Sep 2024 06:33PM UTC
Jobs 1
Files 29
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

11 Sep 2024 06:27PM UTC coverage: 79.028% (-0.02%) from 79.051%
10817483119

push

github

web-flow
Set `_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR` when building on windows (#449)

There was a change in VS 2022 to make VS more compliant with the C++
standard and make std::mutex a constexpr.
However, this causes problems if an older version of the runtime is
loaded first - in which case, the chiapos wheel will often crash.


https://stackoverflow.com/questions/78598141/first-stdmutexlock-crashes-in-application-built-with-latest-visual-studio

Set `_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR` in order to disable the newer
(albeit more compliant) code and use the more compatible version

3497 of 4425 relevant lines covered (79.03%)

15522177.29 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
94.87
-0.85% src/encoding.hpp
Jobs
ID Job ID Ran Files Coverage
1 10817483119.1 11 Sep 2024 06:33PM UTC 29
79.03
GitHub Action Run
Source Files on build 10817483119
  • Tree
  • List 29
  • Changed 11
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #10817483119
  • 136616db on github
  • Prev Build on 2.0.6 (#10692080920)
  • Next Build on main (#11596741567)
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

© 2025 Coveralls, Inc