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

ooni / probe-cli / 6494044213
72%

Build:
DEFAULT BRANCH: master
Ran 12 Oct 2023 09:55AM UTC
Jobs 1
Files 517
Run time 10s
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 Oct 2023 09:48AM UTC coverage: 80.077% (-0.01%) from 80.087%
6494044213

push

github

web-flow
refactor(buildtool): use list for OpenSSL ./Configure flags (#1367)

We currently have a string variable in `cBuildEnv` named
`OPENSSL_API_DEFINE` that we append to OpenSSL's `./Configure`
invocation to force using the proper Android API. However, for building
for iOS (a need documented by
https://github.com/ooni/probe/issues/2564), we need a list of strings,
because there is more than a single scalar that we need to append to the
`./Configure` invocation (as shown by the MVP implementation at
https://github.com/ooni/probe-cli/pull/1366).

Hence, this diff, which introduces a string list named
`OPENSSL_POST_COMPILER_FLAGS` that contains strings to append to the
`./Configure` command line _after_ the OS/compiler flag. We specifically
named the variable "post compiler" because there is another variable in
the same `cBuildEnv` struct called `OPENSSL_COMPILER`.

61 of 62 new or added lines in 4 files covered. (98.39%)

3 existing lines in 2 files now uncovered.

23798 of 29719 relevant lines covered (80.08%)

33.1 hits per line

Jobs
ID Job ID Ran Files Coverage
1 0 - 6494044213.1 12 Oct 2023 09:55AM UTC 0
80.08
GitHub Action Run
Source Files on build 6494044213
Detailed source file information is not available for this build.
  • Back to Repo
  • 76c140fe on github
  • Prev Build on master (#6487676334)
  • Next Build on master (#6495881350)
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