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

Move coverage configurations to pyproject.toml #3858

Merged
merged 4 commits into from
Sep 3, 2023

Conversation

jnhyperion
Copy link
Contributor

File .coveragerc is no longer needed since library coverage already support configurations in pyproject.toml.

@github-actions
Copy link

github-actions bot commented Aug 30, 2023

diff-shades reports zero changes comparing this PR (20a8b08) to main (47676bf).


What is this? | Workflow run | diff-shades documentation

@@ -62,7 +62,7 @@ jobs:
if:
github.repository == 'psf/black' && matrix.os == 'ubuntu-latest' &&
!startsWith(matrix.python-version, 'pypy')
uses: AndreMiras/coveralls-python-action@v20201129
uses: AndreMiras/coveralls-python-action@develop
Copy link
Collaborator

Choose a reason for hiding this comment

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

We should pin to a specific version for security.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yeah, I'd also prefer to depend on dependabot to update this ... Is there a feature you needed in develop tag / branch?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Tags are mutable, if we care about security don't we need a hash rather than v20201129?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Make sense, updated to commit id.

Copy link
Collaborator

@cooperlees cooperlees left a comment

Choose a reason for hiding this comment

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

Sweet - Will have to update all my other projects ...

@cooperlees
Copy link
Collaborator

Do we want a change log here? I don't feel we need one ...

@ichard26 ichard26 added the skip news Pull requests that don't need a changelog entry. label Sep 3, 2023
@ichard26 ichard26 merged commit 58f1bf6 into psf:main Sep 3, 2023
35 of 36 checks passed
@ichard26
Copy link
Collaborator

ichard26 commented Sep 3, 2023

Thanks for the PR @jnhyperion, congrats on your first PR here! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news Pull requests that don't need a changelog entry.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants