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
Hi! I have a problem with this action. In my project I generate a lot of OpenCover.xml files. These files should be published to codecov. I found out that the action is using the bash script which is supporting a glob pattern `folder/*.OpenCover.xml*.
==> GitHub Actions detected.
project root: D:/a/MORYX-Platform/MORYX-Platform
Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml
-> Found 1 reports
==> Detecting git/mercurial file structure
==> Reading reports
+ ./artifacts/Tests/Moryx.Communication.Sockets.IntegrationTests.OpenCover.xml
There are currently 7 report XML files in this folder, but why are they not found? I already checked the code which is reading the files but do not have found any problems.
The text was updated successfully, but these errors were encountered:
Hi! I have a problem with this action. In my project I generate a lot of
OpenCover.xml
files. These files should be published to codecov. I found out that the action is using the bash script which is supporting a glob pattern `folder/*.OpenCover.xml*.I am using the following action definition:
If the action runs it only finds 1 report:
There are currently 7 report XML files in this folder, but why are they not found? I already checked the code which is reading the files but do not have found any problems.
The text was updated successfully, but these errors were encountered: