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

Codacy code coverage reporting #443

Open
wants to merge 15 commits into
base: devel
Choose a base branch
from
Open

Codacy code coverage reporting #443

wants to merge 15 commits into from

Conversation

kvrigor
Copy link
Member

@kvrigor kvrigor commented Oct 2, 2024

Continuation of adding test coverage support which was initially started in #405.

@kvrigor
Copy link
Member Author

kvrigor commented Oct 3, 2024

Codacy integration seems working. Link to report: https://app.codacy.com/gh/pyccel/psydac/coverage?branch=codacy-codecov

Copy link

codacy-production bot commented Oct 4, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 5ff38841
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (5ff3884) Report Missing Report Missing Report Missing
Head commit (3703d5b) 123772 73971 59.76%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#443) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

@kvrigor kvrigor changed the title Codacy codecov Codacy code coverage reporting Oct 4, 2024
@kvrigor
Copy link
Member Author

kvrigor commented Oct 4, 2024

Detailed coverage results are also shown in CI: https://github.com/pyccel/psydac/actions/runs/11180714225/job/31083050038?pr=443#step:22:20

@kvrigor kvrigor marked this pull request as ready for review October 4, 2024 14:19
@kvrigor kvrigor requested a review from yguclu October 4, 2024 14:19
@yguclu
Copy link
Member

yguclu commented Oct 7, 2024

The single-process tests on Ubuntu with Python 3.12 are taking almost one hour and a half to run. This does not happen with the other jobs. Do you see a reason for this?

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

Successfully merging this pull request may close these issues.

2 participants