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

CIs: add upload of codecoverage to Codecov #15

Merged
merged 1 commit into from
Sep 9, 2022

Conversation

AldoGl
Copy link
Contributor

@AldoGl AldoGl commented Sep 9, 2022

Proposed changes

Add an automatic upload of the codecoverage to Codecov. This is needed in order to show a codecoverage badge on the GitHub landing page.

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1
# with:
Copy link
Contributor

Choose a reason for hiding this comment

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

remove the part commented below?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, I will do this, thanks

@AldoGl AldoGl force-pushed the add_codecoverage_integration branch from 4206fa4 to ea572a9 Compare September 9, 2022 12:04
@AldoGl AldoGl merged commit 04f2393 into main Sep 9, 2022
@AldoGl AldoGl deleted the add_codecoverage_integration branch September 9, 2022 12:04
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