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

ci: publish test reports for mypy and pytest #2091

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

aucampia
Copy link
Member

Summary of changes

Use the dorny/test-reporter GitHub Action to publish test reports for
both mypy and pytest.

This should make it easier to see what fails without having to dig
through the rather noisy console logs.

Checklist

  • Checked that there aren't other open pull requests for
    the same change.
  • Checked that all tests and type checking passes.
  • Considered granting push permissions to the PR branch,
    so maintainers can fix minor issues and keep your PR up to date.

Use the dorny/test-reporter GitHub Action to publish test reports for
both mypy and pytest.

This should make it easier to see what fails without having to dig
through the rather noisy console logs.
@aucampia
Copy link
Member Author

aucampia commented Aug 20, 2022

The reports will only start working once this is merged to master but for an example see: \

One caveat is that xfails get reported as skips, but otherwise the output is useful for seeing what specific tests failed and even seeing the output on failure.

@aucampia aucampia marked this pull request as ready for review August 20, 2022 16:32
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.461% when pulling bbe64f5 on aucampia:iwana-20220820T1323-test_report into a39d143 on RDFLib:master.

@aucampia aucampia requested a review from a team August 20, 2022 16:32
@aucampia aucampia added the review wanted This indicates that the PR is ready for review label Aug 20, 2022
@aucampia aucampia changed the title ci: publish test reports ci: publish test reports for mypy and pytest Aug 20, 2022
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

nice touch

@aucampia aucampia merged commit 3a9076d into RDFLib:master Aug 23, 2022
@aucampia aucampia deleted the iwana-20220820T1323-test_report branch April 9, 2023 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review wanted This indicates that the PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants