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

feature: description for resource #639

Merged
merged 2 commits into from Feb 6, 2022

Conversation

adrianthedev
Copy link
Collaborator

@adrianthedev adrianthedev commented Feb 6, 2022

@codecov
Copy link

codecov bot commented Feb 6, 2022

Codecov Report

Merging #639 (042c80d) into main (05aa3a1) will increase coverage by 0.05%.
The diff coverage is 100.00%.

❗ Current head 042c80d differs from pull request most recent head c7fe10b. Consider uploading reports for the commit c7fe10b to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #639      +/-   ##
==========================================
+ Coverage   93.39%   93.45%   +0.05%     
==========================================
  Files         347      348       +1     
  Lines        6026     6077      +51     
==========================================
+ Hits         5628     5679      +51     
  Misses        398      398              
Impacted Files Coverage Δ
app/components/avo/panel_component.rb 100.00% <100.00%> (ø)
lib/avo/base_resource.rb 94.34% <100.00%> (+0.12%) ⬆️
spec/dummy/app/avo/resources/person_resource.rb 100.00% <100.00%> (ø)
spec/dummy/app/avo/resources/user_resource.rb 100.00% <100.00%> (ø)
spec/features/avo/resource_description_spec.rb 100.00% <100.00%> (ø)

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 05aa3a1...c7fe10b. Read the comment docs.

@adrianthedev adrianthedev merged commit 0de74ce into main Feb 6, 2022
@adrianthedev adrianthedev deleted the feature/description-for-resource branch February 6, 2022 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Description for Resource
1 participant