So I hoped this was a wrapper for diff_cover, but looking through the action I don't see any mention or usage of diff_clover.
So now I am confused? Either I am wrong and this does wrap diff_clover or you just posted a unrelated action? Please tell me it's the first and that I am wrong :)
So like I said, what I am looking for is a minimal code coverage percentage check on new or updated lines.
edit:
I also just tried it... it's outdated (Node 16) and does not work or is JS specific (for instance in regards with cobertura).
Am I correct when I say that this does not diff on new or updated code?
I got here after I was searching for a Github Action for https://github.com/Bachmann1234/diff_cover and I saw your issue: https://github.com/Bachmann1234/diff_cover/issues/343
So I hoped this was a wrapper for
diff_cover
, but looking through the action I don't see any mention or usage ofdiff_clover
.So now I am confused? Either I am wrong and this does wrap
diff_clover
or you just posted a unrelated action? Please tell me it's the first and that I am wrong :)So like I said, what I am looking for is a minimal code coverage percentage check on new or updated lines.
edit:
I also just tried it... it's outdated (Node 16) and does not work or is JS specific (for instance in regards with cobertura).