Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom pre-generated and generated include #212

Merged
merged 2 commits into from
Jul 1, 2021
Merged

Conversation

lu-zero
Copy link
Owner

@lu-zero lu-zero commented Jun 30, 2021

  • The default patterns are {root_dir}/assets/capi/include/**/* and {out_dir}/capi/include/**/*.
  • Custom patterns support

@codecov-commenter
Copy link

codecov-commenter commented Jun 30, 2021

Codecov Report

Merging #212 (16ecb60) into master (bd11f6a) will increase coverage by 0.97%.
The diff coverage is 94.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
+ Coverage   81.77%   82.75%   +0.97%     
==========================================
  Files          11       11              
  Lines        1597     1722     +125     
==========================================
+ Hits         1306     1425     +119     
- Misses        291      297       +6     
Impacted Files Coverage Δ
src/build.rs 82.35% <92.52%> (+1.35%) ⬆️
src/build_targets.rs 88.60% <100.00%> (+5.55%) ⬆️
src/install.rs 78.12% <100.00%> (+0.39%) ⬆️
src/pkg_config_gen.rs 87.15% <100.00%> (+0.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd11f6a...16ecb60. Read the comment docs.

The default patterns are:
- pre-generated in: `{root_dir}/assets/capi/include/**/*`
- generated in: `{out_dir}/capi/include/**/*`

See #184
@lu-zero lu-zero mentioned this pull request Jul 1, 2021
@lu-zero lu-zero merged commit 2079360 into master Jul 1, 2021
@lu-zero lu-zero deleted the install-more branch July 1, 2021 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants