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

vortex-data / vortex / 16473276382
88%

Build:
DEFAULT BRANCH: develop
Ran 23 Jul 2025 02:24PM UTC
Jobs 2
Files 589
Run time 2min
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

23 Jul 2025 02:18PM UTC coverage: 81.11%. Remained the same
16473276382

push

github

web-flow
fix: correctly expose gen_test_data cxx ffi (#3969)

cxx does not obey the feature flag when generating bindings
https://github.com/dtolnay/cxx/issues/1325, e.g., before this PR, when
we disable VORTEX_ENABLE_TESTING, the generated headers still have the
`gen_test_data` declaration, but the compiled Rust static lib does not
have the definition, resulting in undefined symbol error during linking.

To solve it, we have to manually separate out code into different files,
and only generate the bindings(headers) for the files needed.

Also removed the redundant `build.rs` and added a cmake example to test
the linking behavior.

---------

Signed-off-by: Xinyu Zeng <xinyuzeng@tencent.com>

42079 of 51879 relevant lines covered (81.11%)

173775.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-tpc-h - 16473276382.1 23 Jul 2025 02:24PM UTC 552
49.37
GitHub Action Run
2 run-tests - 16473276382.2 23 Jul 2025 02:24PM UTC 589
78.17
GitHub Action Run
Source Files on build 16473276382
  • Tree
  • List 589
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16473276382
  • 136560dd on github
  • Prev Build on develop (#16473185334)
  • Next Build on develop (#16473447330)
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