datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

Add diagnostic infos helper to help tag #207

Closed adswa closed 2 years ago

adswa commented 2 years ago

Clicking it triggers an internal WTF call, of which the output is automatically enclosed in HTML details tags and markdowns code markup, and copied to the Clipboard. User can then paste it into GitHub issues.

Closes #201

codecov-commenter commented 2 years ago

Codecov Report

Base: 71.75% // Head: 72.23% // Increases project coverage by +0.47% :tada:

Coverage data is based on head (2a51c0d) compared to base (1a294f7). Patch coverage: 41.17% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #207 +/- ## ========================================== + Coverage 71.75% 72.23% +0.47% ========================================== Files 34 35 +1 Lines 1618 1754 +136 ========================================== + Hits 1161 1267 +106 - Misses 457 487 +30 ``` | [Impacted Files](https://codecov.io/gh/datalad/datalad-gooey/pull/207?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad) | Coverage Δ | | |---|---|---| | [datalad\_gooey/app.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS9hcHAucHk=) | `59.51% <41.17%> (-0.85%)` | :arrow_down: | | [datalad\_gooey/tests/test\_lsdir.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS90ZXN0cy90ZXN0X2xzZGlyLnB5) | `92.72% <0.00%> (-7.28%)` | :arrow_down: | | [datalad\_gooey/gooey.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS9nb29leS5weQ==) | `65.51% <0.00%> (-6.49%)` | :arrow_down: | | [datalad\_gooey/param\_form\_utils.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS9wYXJhbV9mb3JtX3V0aWxzLnB5) | `86.81% <0.00%> (-2.80%)` | :arrow_down: | | [datalad\_gooey/dataladcmd\_ui.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS9kYXRhbGFkY21kX3VpLnB5) | `91.89% <0.00%> (-2.56%)` | :arrow_down: | | [datalad\_gooey/constraints.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS9jb25zdHJhaW50cy5weQ==) | `62.50% <0.00%> (-1.79%)` | :arrow_down: | | [datalad\_gooey/param\_widgets.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS9wYXJhbV93aWRnZXRzLnB5) | `67.96% <0.00%> (-0.16%)` | :arrow_down: | | [datalad\_gooey/\_\_init\_\_.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS9fX2luaXRfXy5weQ==) | `100.00% <0.00%> (ø)` | | | [datalad\_gooey/cmd\_actions.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS9jbWRfYWN0aW9ucy5weQ==) | `19.04% <0.00%> (ø)` | | | [datalad\_gooey/complete\_api.py](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9nb29leS9jb21wbGV0ZV9hcGkucHk=) | `100.00% <0.00%> (ø)` | | | ... and [6 more](https://codecov.io/gh/datalad/datalad-gooey/pull/207/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

adswa commented 2 years ago

thx much for the review @mih! I hope I addressed everything