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

Coverage-report now uses less restricted file-names #470

Merged
merged 4 commits into from
Sep 2, 2024

Conversation

jakob-fritz
Copy link
Collaborator

The coverage-file created in Gitlab was named without the "3.10" suffix. This lead to the issue, that it was not taken into account, when creating the whole coverage report.

This issue now solves this, but changing the name of the created coverage-file. An alternativ would be to remove the need for the suffix "3.10" in another file (.github/workflows/postprocess.yml line 36).

Then, the coverage-report should include the coverage information from the cupy-tests.

@jakob-fritz jakob-fritz added the girl scout rule All you did was leave the campground slightly cleaner than you found it. label Sep 2, 2024
@jakob-fritz jakob-fritz changed the title Changed naming of coverage file, to include it in report Coverage-report now uses less restricted file-names Sep 2, 2024
@jakob-fritz
Copy link
Collaborator Author

Went with the second option (less restrictive file-names when the report is created).
Also, changed to python 3.12 for the report and artifacts, to reflect current python as standard.

The coverage-files from individual tests and data-dir now does not include the python-version anymore to make updating easier, as fewer places need changing. Now this is only determined by which jobs upload artifacts.

@jakob-fritz jakob-fritz reopened this Sep 2, 2024
Copy link
Contributor

@brownbaerchen brownbaerchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks a lot!

@pancetta pancetta merged commit b08df67 into Parallel-in-Time:master Sep 2, 2024
173 of 174 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
girl scout rule All you did was leave the campground slightly cleaner than you found it. gitlab-mirror
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants