You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature request: Is it possible to have a config parameter to show the table with branch coverage measurement as well?
Currently the coverage percentage does not consider branch percentage. But if someone uses --branch flag in the coverage command or branch=True in setup.cfg, the table that this action posts would not be consistent with the table that pytest-cov prints out
The text was updated successfully, but these errors were encountered:
I checked the ability and even tried to add this feature.
For now, it's tough, because it is written in pure javascript without any tests, so I scary to break things.
I think, that first of all when I will get some time, I will try to rewrite this action in typescript with strong UTs, then I will be able to add new powerful features like that without feeling that I may break things.
Feature request: Is it possible to have a config parameter to show the table with branch coverage measurement as well?
Currently the coverage percentage does not consider branch percentage. But if someone uses
--branch
flag in the coverage command orbranch=True
insetup.cfg
, the table that this action posts would not be consistent with the table that pytest-cov prints outThe text was updated successfully, but these errors were encountered: