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

Support Github Actions with Codecov #288

Merged
merged 1 commit into from
Nov 17, 2020

Conversation

kyungminlee
Copy link
Contributor

@kyungminlee kyungminlee commented Nov 6, 2020

Addresses issue #284

@codecov-io
Copy link

codecov-io commented Nov 6, 2020

Codecov Report

Merging #288 (ef53875) into master (d1dfc39) will increase coverage by 12.78%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #288       +/-   ##
===========================================
+ Coverage   67.28%   80.07%   +12.78%     
===========================================
  Files           3        3               
  Lines         162      271      +109     
===========================================
+ Hits          109      217      +108     
- Misses         53       54        +1     
Impacted Files Coverage Δ
src/codecovio.jl 78.40% <0.00%> (+13.84%) ⬆️
src/coveralls.jl 81.37% <0.00%> (+11.86%) ⬆️

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 d1dfc39...ef53875. Read the comment docs.

Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

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

Cool, thank you!

@fingolfin fingolfin closed this Nov 17, 2020
@fingolfin fingolfin reopened this Nov 17, 2020
@fingolfin fingolfin linked an issue Nov 17, 2020 that may be closed by this pull request
@coveralls
Copy link

coveralls commented Nov 17, 2020

Pull Request Test Coverage Report for Build 930

  • 0 of 10 (0.0%) changed or added relevant lines in 1 file are covered.
  • 15 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+8.4%) to 82.803%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/codecovio.jl 0 10 0.0%
Files with Coverage Reduction New Missed Lines %
src/codecovio.jl 5 64.13%
src/coveralls.jl 10 66.98%
Totals Coverage Status
Change from base Build 913: 8.4%
Covered Lines: 130
Relevant Lines: 157

💛 - Coveralls

3 similar comments
@coveralls
Copy link

Pull Request Test Coverage Report for Build 930

  • 0 of 10 (0.0%) changed or added relevant lines in 1 file are covered.
  • 15 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+8.4%) to 82.803%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/codecovio.jl 0 10 0.0%
Files with Coverage Reduction New Missed Lines %
src/codecovio.jl 5 64.13%
src/coveralls.jl 10 66.98%
Totals Coverage Status
Change from base Build 913: 8.4%
Covered Lines: 130
Relevant Lines: 157

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 930

  • 0 of 10 (0.0%) changed or added relevant lines in 1 file are covered.
  • 15 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+8.4%) to 82.803%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/codecovio.jl 0 10 0.0%
Files with Coverage Reduction New Missed Lines %
src/codecovio.jl 5 64.13%
src/coveralls.jl 10 66.98%
Totals Coverage Status
Change from base Build 913: 8.4%
Covered Lines: 130
Relevant Lines: 157

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 930

  • 0 of 10 (0.0%) changed or added relevant lines in 1 file are covered.
  • 15 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+8.4%) to 82.803%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/codecovio.jl 0 10 0.0%
Files with Coverage Reduction New Missed Lines %
src/codecovio.jl 5 64.13%
src/coveralls.jl 10 66.98%
Totals Coverage Status
Change from base Build 913: 8.4%
Covered Lines: 130
Relevant Lines: 157

💛 - Coveralls

@fingolfin fingolfin mentioned this pull request Nov 17, 2020
@fingolfin fingolfin merged commit 36fc28a into JuliaCI:master Nov 17, 2020
@kyungminlee kyungminlee deleted the feature/github-action branch November 17, 2020 15:48
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.

better github action support?
4 participants