-
Notifications
You must be signed in to change notification settings - Fork 378
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
fix: Add column totals to feedback (#4727) #5406
Conversation
Better to test it with something in nomcom/tests.py |
This didn't survive the automated change of branch target - I can work to straighten it out, or, if your local branch rebases easily, perhaps submit this again? (with apologies for the hassle). |
I'll figure something out; you have enough to do. |
Fixed the rebase issue, not the URL mapping yet. Sorry for the noise. |
I think URL mapping was about a different PR? |
<tfoot> | ||
<td></td> | ||
<td></td> | ||
<th>Totals</h></th> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think col
is right? I didn't so I left it out
Create a new aggregate parameter that holds the totals and pass that into the HTML file as a parameter for display.
The fieldname is a variable, so we add a filter, `lookup` to do a dynamic dictionary lookup.
Add scope to `th`, per Lars. Co-authored-by: Lars Eggert <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Replaced by #5977 |
Create a new aggregate parameter that holds the totals and pass that into the HTML file as a parameter for display.
Not easy to test given #4627.