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

Use relative include paths (NFC) #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

karwa
Copy link

@karwa karwa commented Sep 21, 2018

This allows the project to be built without specifying header search paths, which is necessary to import it as a SwiftPM package.

@codecov-io
Copy link

codecov-io commented Sep 21, 2018

Codecov Report

Merging #104 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   82.86%   82.86%           
=======================================
  Files          62       62           
  Lines       12827    12827           
=======================================
  Hits        10629    10629           
  Misses       2198     2198
Impacted Files Coverage Δ
enc/koi8_r.c 53.84% <ø> (ø) ⬆️
enc/iso_8859_14.c 3.5% <ø> (ø) ⬆️
enc/utf_16le.c 94.82% <ø> (ø) ⬆️
enc/iso_8859_15.c 20.37% <ø> (ø) ⬆️
enc/iso_8859_9.c 3.84% <ø> (ø) ⬆️
enc/windows_1250.c 21.27% <ø> (ø) ⬆️
enc/iso_8859_8.c 0% <ø> (ø) ⬆️
enc/unicode.c 71.47% <ø> (ø) ⬆️
enc/windows_1251.c 23.8% <ø> (ø) ⬆️
enc/euc_jp.c 91.8% <ø> (ø) ⬆️
... and 25 more

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 b8c3321...dec49ee. Read the comment docs.

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