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

Testing coverage report #2789

Closed
wants to merge 11 commits into from
Closed

Testing coverage report #2789

wants to merge 11 commits into from

Conversation

kir0ul
Copy link
Contributor

@kir0ul kir0ul commented Apr 30, 2022

Description

This PR will add a testing coverage report as a comment in any open GH PR.

Fixes #2734.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Screenshots

Please attach before and after screenshots of the change if applicable.

Checklist:

  • I have run the pre-commit checks with pre-commit run --all-files (see CONTRIBUTING.md instructions to set it up)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Sorry, something went wrong.

kir0ul added 2 commits April 30, 2022 18:53

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré
@@ -1,3 +1,4 @@
lz4~=3.1
pytest~=6.2
pytest-forked~=1.3
pytest-cov
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you add a version number to use

kir0ul added 7 commits April 30, 2022 23:12

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré
This reverts commit 21686e4.

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré
This reverts commit 4501776.

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré
This reverts commit cbfbec5.
kir0ul added 2 commits June 2, 2022 00:22

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré

Verified

This commit was signed with the committer’s verified signature. The key has expired.
kir0ul Andrea Pierré
@kir0ul
Copy link
Contributor Author

kir0ul commented Jun 29, 2022

Will close this as I can't find a way to make the Github permissions work.

@kir0ul kir0ul closed this Jun 29, 2022
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.

[Proposal] Add test coverage
2 participants