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

Include Codecov in Github Actions #51 #52

Merged

Conversation

tullur
Copy link
Contributor

@tullur tullur commented Oct 12, 2020

Create codecov.yml in workflows.
Generate coverage report and upload coverage report with github actions.

Closes #51

@codecov
Copy link

codecov bot commented Oct 12, 2020

Codecov Report

Merging #52 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   68.44%   68.44%           
=======================================
  Files           7        7           
  Lines         187      187           
=======================================
  Hits          128      128           
  Misses         58       58           
  Partials        1        1           
Flag Coverage Δ
#unittests 68.44% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0719fa5...0d528e9. Read the comment docs.

@rodrigo-brito
Copy link
Owner

rodrigo-brito commented Oct 12, 2020

Hi @tullur,

Thank you for your contribution. We have a working workflow in https://github.com/rodrigo-brito/gocity/blob/master/.github/workflows/tests.yml
Can you include your setup in this file? To avoid code duplication.

@tullur tullur force-pushed the issue-#51-include-codecov-in-gh branch from 20e6fe4 to 67d190b Compare October 12, 2020 16:40
.github/workflows/tests.yml Outdated Show resolved Hide resolved
Update tests.yml in workflows with codecov.
Codecov - generate coverage report and upload coverage report with github actions.

Closes rodrigo-brito#51
@tullur tullur force-pushed the issue-#51-include-codecov-in-gh branch from 67d190b to 0d528e9 Compare October 12, 2020 16:51
@rodrigo-brito
Copy link
Owner

Thank you!

@rodrigo-brito rodrigo-brito merged commit 9839494 into rodrigo-brito:master Oct 12, 2020
@tullur
Copy link
Contributor Author

tullur commented Oct 12, 2020

Thank you for reviewing @rodrigo-brito

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.

Include Codecov in github actions
2 participants