Closed edan-bainglass closed 1 week ago
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 66.94%. Comparing base (
5a55a5c
) to head (8ccae82
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/aiidalab_qe/app/result/__init__.py | 33.33% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The logic of the update results button was missed in #921. This PR restores the functionality by adding a
refresh
parameter to the_update_node_view
method to allow bypassing the node view cache.Note: a follow-up PR is planned to rethink the way we deal with the
WorkChainViewer
tabs which will render the update results button redundant.