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

Windows coverage is not being added to report #6330

Closed
edgarrmondragon opened this issue Jun 30, 2022 · 5 comments · Fixed by #8368
Closed

Windows coverage is not being added to report #6330

edgarrmondragon opened this issue Jun 30, 2022 · 5 comments · Fixed by #8368

Comments

@edgarrmondragon
Copy link
Collaborator

Codecov reports missing coverage for Windows code branches, most likely due to the following errors:

Combined data file .coverage.fv-az186-777.2045.621816
Combined data file .coverage.fv-az213-885.1816.324322
Combined data file .coverage.fv-az282-406.2224.883248
/home/runner/.cache/pypoetry/virtualenvs/meltano-X8Cmc0BF-py3.9/lib/python3.9/site-packages/coverage/report.py:87: CoverageWarning: Couldn't parse '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\__init__.py': No source for code: '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\__init__.py'. (couldnt-parse)
  coverage._warn(msg, slug="couldnt-parse")
/home/runner/.cache/pypoetry/virtualenvs/meltano-X8Cmc0BF-py3.9/lib/python3.9/site-packages/coverage/report.py:87: CoverageWarning: Couldn't parse '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\api\__init__.py': No source for code: '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\api\__init__.py'. (couldnt-parse)
  coverage._warn(msg, slug="couldnt-parse")
/home/runner/.cache/pypoetry/virtualenvs/meltano-X8Cmc0BF-py3.9/lib/python3.9/site-packages/coverage/report.py:87: CoverageWarning: Couldn't parse '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\api\api_blueprint.py': No source for code: '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\api\api_blueprint.py'. (couldnt-parse)
  coverage._warn(msg, slug="couldnt-parse")
/home/runner/.cache/pypoetry/virtualenvs/meltano-X8Cmc0BF-py3.9/lib/python3.9/site-packages/coverage/report.py:87: CoverageWarning: Couldn't parse '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\api\app.py': No source for code: '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\api\app.py'. (couldnt-parse)
  coverage._warn(msg, slug="couldnt-parse")
/home/runner/.cache/pypoetry/virtualenvs/meltano-X8Cmc0BF-py3.9/lib/python3.9/site-packages/coverage/report.py:87: CoverageWarning: Couldn't parse '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\api\config.py': No source for code: '/home/runner/work/meltano/meltano/D:\a\meltano\meltano\src\meltano\api\config.py'. (couldnt-parse)
  coverage._warn(msg, slug="couldnt-parse")
@visch
Copy link
Collaborator

visch commented Jul 1, 2022

Using this issue in favor of #6325

@edgarrmondragon
Copy link
Collaborator Author

Might be relevant: nedbat/coveragepy#991

@WillDaSilva
Copy link
Member

This remains an issue: https://github.com/meltano/meltano/actions/runs/4597543348/jobs/8120850776

Just wanted to make sure this wasn't stale.

@stale
Copy link

stale bot commented Aug 1, 2023

This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.

@stale stale bot added the stale label Aug 1, 2023
@WillDaSilva
Copy link
Member

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

Successfully merging a pull request may close this issue.

3 participants