Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action does not find reports by glob pattern #144

Closed
dbeuchler opened this issue Oct 2, 2020 · 1 comment
Closed

Action does not find reports by glob pattern #144

dbeuchler opened this issue Oct 2, 2020 · 1 comment

Comments

@dbeuchler
Copy link

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:

- name: Codecov
  uses: codecov/codecov-action@v1
  with:
  files: './artifacts/Tests/*.OpenCover.xml'

If the action runs it only finds 1 report:

==> 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.

@thomasrockhu
Copy link
Contributor

Hi @dbeuchler, please open a ticket in the #support section of our community boards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants