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 says "Process Upload complete" but coverage is not reported #1755

Closed
adamtheturtle opened this issue Jan 30, 2025 · 4 comments
Closed
Assignees
Labels
Medium Medium Priority Issues (to be fixed or re-evaluated in 3 months support

Comments

@adamtheturtle
Copy link

At https://productionresultssa9.blob.core.windows.net/actions-results/a9359545-6605-4398-b84c-87c852facba2/workflow-job-run-4699e842-a522-58e1-a348-46f805f8bfd7/logs/job/job-logs.txt?rsct=text%2Fplain&se=2025-01-30T15%3A05%3A38Z&sig=7aAugoC%2FGiy5hwOIQPrbvMt%2FrFfNj1wzNENii7n%2BXZ8%3D&ske=2025-01-31T02%3A32%3A43Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2025-01-30T14%3A32%3A43Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2025-01-05&sp=r&spr=https&sr=b&st=2025-01-30T14%3A55%3A33Z&sv=2025-01-05 I have an example of some logs which show a repeated issue.

I see:

2025-01-30T14:49:41.6058169Z �[0;32m==>�[0m Running upload-coverage
2025-01-30T14:49:41.6067817Z       �[0;36m./codecov upload-coverage -t <redacted> --fail-on-error --git-service github --sha 09bb0be3c0d1b053bf93d0cfba5303891f396b19 --gcov-executable gcov�[0m
2025-01-30T14:49:42.2414129Z info - 2025-01-30 14:49:42,241 -- ci service found: github-actions
2025-01-30T14:49:42.2652116Z warning - 2025-01-30 14:49:42,265 -- xcrun is not installed or can't be found.
2025-01-30T14:49:42.5555292Z warning - 2025-01-30 14:49:42,555 -- No gcov data found.
2025-01-30T14:49:42.5559329Z warning - 2025-01-30 14:49:42,555 -- coverage.py is not installed or can't be found.
2025-01-30T14:49:42.5656409Z info - 2025-01-30 14:49:42,565 -- Found 1 coverage files to report
2025-01-30T14:49:42.5657263Z info - 2025-01-30 14:49:42,565 -- > /home/runner/work/vws-python/vws-python/coverage.xml
2025-01-30T14:49:43.2905524Z info - 2025-01-30 14:49:43,290 -- Your upload is now processing. When finished, results will be available at: https://app.codecov.io/github/VWS-Python/vws-python/commit/09bb0be3c0d1b053bf93d0cfba5303891f396b19
2025-01-30T14:49:43.4283787Z info - 2025-01-30 14:49:43,428 -- Process Upload complete
2025-01-30T14:49:43.5568981Z Post job cleanup.

However, at https://app.codecov.io/github/VWS-Python/vws-python/commit/09bb0be3c0d1b053bf93d0cfba5303891f396b19 there appears to be no data:

Image

This means that coverage is not reported for my PRs.

@thomasrockhu-codecov thomasrockhu-codecov self-assigned this Jan 30, 2025
@thomasrockhu-codecov thomasrockhu-codecov added support Medium Medium Priority Issues (to be fixed or re-evaluated in 3 months labels Jan 30, 2025
@thomasrockhu-codecov
Copy link
Contributor

@adamtheturtle can you link a CI job for one of those commits?

@adamtheturtle
Copy link
Author

@thomasrockhu-codecov

On this PR there was this commit with this PR run.

That is the CI run from which I got the logs in the original post.

@thomasrockhu-codecov
Copy link
Contributor

@adamtheturtle I wonder if this was a result of this incident, do you mind trying to push up a new commit?

@adamtheturtle
Copy link
Author

@thomasrockhu-codecov the new run worked, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Medium Medium Priority Issues (to be fixed or re-evaluated in 3 months support
Projects
None yet
Development

No branches or pull requests

2 participants