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

chore: use codecov action #1722

Merged
merged 1 commit into from
Sep 24, 2022
Merged

chore: use codecov action #1722

merged 1 commit into from
Sep 24, 2022

Conversation

agoose77
Copy link
Collaborator

@agoose77 agoose77 commented Sep 24, 2022

This is the preferred means of uploading Codecov reports over the bash mechanism.

@codecov
Copy link

codecov bot commented Sep 24, 2022

Codecov Report

Merging #1722 (36ddcd6) into main (e692946) will increase coverage by 1.01%.
The diff coverage is n/a.

Additional details and impacted files
Impacted Files Coverage Δ
src/awkward/__init__.py 96.87% <ø> (ø)
src/awkward/_broadcasting.py 93.38% <ø> (ø)
src/awkward/_connect/avro.py 87.17% <ø> (ø)
src/awkward/_connect/cling.py 24.90% <ø> (ø)
src/awkward/_connect/cuda/__init__.py 0.00% <ø> (ø)
src/awkward/_connect/jax/__init__.py 90.47% <ø> (ø)
src/awkward/_connect/jax/_reducers.py 76.92% <ø> (ø)
src/awkward/_connect/numba/arrayview.py 97.77% <ø> (ø)
src/awkward/_connect/numba/builder.py 81.60% <ø> (ø)
src/awkward/_connect/numba/layout.py 84.87% <ø> (ø)
... and 311 more

@agoose77 agoose77 requested a review from jpivarski September 24, 2022 14:02
Copy link
Member

@jpivarski jpivarski left a comment

Choose a reason for hiding this comment

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

I guess this was the fix that was needed on the other two. (At least, it replaces a manual invocation of Codecov with an Action. Originally, this is how Codecov recommended to be invoked; I'm glad that they have an Action now.)

@agoose77
Copy link
Collaborator Author

Yes, I suspected originally this is what they recommended; we've been around for a while ;)

@agoose77 agoose77 merged commit edc7ee1 into main Sep 24, 2022
@agoose77 agoose77 deleted the agoose77/chore-use-codecov-action branch September 24, 2022 20:39
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