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

[refac] deprecate emit() and emitrs(), use emit_yaml() and emitrs_yaml() #303

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Sep 8, 2022

fixes #120

@codecov
Copy link

codecov bot commented Sep 8, 2022

Codecov Report

Merging #303 (8654e32) into master (d6147a0) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #303   +/-   ##
=======================================
  Coverage   97.23%   97.23%           
=======================================
  Files          78       78           
  Lines       18358    18358           
=======================================
  Hits        17850    17850           
  Misses        508      508           
Impacted Files Coverage Δ
samples/quickstart.cpp 99.54% <100.00%> (ø)
src/c4/yml/emit.def.hpp 92.19% <100.00%> (ø)
src/c4/yml/emit.hpp 98.24% <100.00%> (ø)
test/test_basic.cpp 96.55% <100.00%> (ø)
test/test_block_literal.cpp 99.46% <100.00%> (ø)
test/test_case.hpp 44.91% <100.00%> (ø)
test/test_double_quoted.cpp 99.58% <100.00%> (ø)
test/test_emit.cpp 98.15% <100.00%> (ø)
test/test_group.cpp 97.78% <100.00%> (ø)
test/test_group.hpp 100.00% <100.00%> (ø)
... and 15 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@biojppm biojppm merged commit 6a4a2a7 into master Sep 8, 2022
@biojppm biojppm deleted the fix/qt_and_emit branch September 8, 2022 12:20
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.

Using in conjunction with Qt
1 participant