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

Display build results table at top of build results page #176

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

pgengler
Copy link
Contributor

This uses the saved ember-try data (as collected in emberobserver/server#67) to display a result table. The motivation here is that when JSON-formatted result output becomes a part of ember-try for real (and not a hacked-on fork like we use now) the result table will no longer be displayed in the console output (being output to a JSON file instead). This will let us continue to display the results.

WIP.

@codecov
Copy link

codecov bot commented Jan 12, 2020

Codecov Report

Merging #176 into master will increase coverage by 0.03%.
The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #176      +/-   ##
==========================================
+ Coverage   80.63%   80.67%   +0.03%     
==========================================
  Files         131      133       +2     
  Lines         945      952       +7     
==========================================
+ Hits          762      768       +6     
- Misses        183      184       +1
Impacted Files Coverage Δ
app/components/build-result-summary-table.js 100% <100%> (ø)
app/components/build-result-summary-table/row.js 83.33% <83.33%> (ø)

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 4548465...9ba4730. Read the comment docs.

@kategengler
Copy link
Member

@pgengler Is this still a WIP? I rebased.

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