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

test: add basic renderer tests #191

Merged
merged 1 commit into from
Aug 10, 2021
Merged

test: add basic renderer tests #191

merged 1 commit into from
Aug 10, 2021

Conversation

piksel
Copy link
Member

@piksel piksel commented Aug 10, 2021

add tests for the expected output of the markdown and console renderers

@codecov
Copy link

codecov bot commented Aug 10, 2021

Codecov Report

Merging #191 (9c1cbc3) into main (265789c) will increase coverage by 4.36%.
The diff coverage is 85.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #191      +/-   ##
==========================================
+ Coverage   64.18%   68.55%   +4.36%     
==========================================
  Files          87       88       +1     
  Lines        2770     2776       +6     
==========================================
+ Hits         1778     1903     +125     
+ Misses        840      701     -139     
- Partials      152      172      +20     
Impacted Files Coverage Δ
pkg/format/render_markdown.go 50.73% <78.57%> (+50.73%) ⬆️
pkg/format/node.go 91.36% <100.00%> (+0.19%) ⬆️
pkg/format/renderer.go 100.00% <100.00%> (ø)
pkg/format/format_colorize.go 34.48% <0.00%> (+3.44%) ⬆️
pkg/format/urlpart_string.go 10.00% <0.00%> (+10.00%) ⬆️
pkg/format/field_info.go 75.55% <0.00%> (+11.11%) ⬆️
pkg/format/render_console.go 68.42% <0.00%> (+32.89%) ⬆️
pkg/format/urlpart.go 44.44% <0.00%> (+44.44%) ⬆️

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 265789c...9c1cbc3. Read the comment docs.

@piksel piksel merged commit db00936 into main Aug 10, 2021
@piksel piksel deleted the test/format branch August 10, 2021 17:52
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.

1 participant