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

Add support for Buildkite. #324

Merged
merged 1 commit into from
Oct 5, 2021
Merged

Add support for Buildkite. #324

merged 1 commit into from
Oct 5, 2021

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Oct 5, 2021

Only added to Codecov, since as Coveralls doesn't seem to support Buildkite. Not that Codecov supports tokenless uploads from Buildkite, but this at least avoids the need for local git operations to populate the branch, commit, etc.

@codecov
Copy link

codecov bot commented Oct 5, 2021

Codecov Report

Merging #324 (1bfc496) into master (fc62bc5) will increase coverage by 0.36%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #324      +/-   ##
==========================================
+ Coverage   90.19%   90.56%   +0.36%     
==========================================
  Files           2        2              
  Lines         204      212       +8     
==========================================
+ Hits          184      192       +8     
  Misses         20       20              
Impacted Files Coverage Δ
src/codecovio.jl 86.91% <100.00%> (+3.07%) ⬆️
src/coveralls.jl 94.28% <0.00%> (-1.91%) ⬇️

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 fc62bc5...1bfc496. Read the comment docs.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 1306974041

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.7%) to 90.865%

Files with Coverage Reduction New Missed Lines %
src/codecovio.jl 2 87.38%
src/coveralls.jl 2 94.29%
Totals Coverage Status
Change from base Build 934390423: 0.7%
Covered Lines: 189
Relevant Lines: 208

💛 - Coveralls

@coveralls
Copy link

coveralls commented Oct 5, 2021

Pull Request Test Coverage Report for Build 1306974041

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • 4 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.7%) to 90.865%

Files with Coverage Reduction New Missed Lines %
src/codecovio.jl 2 87.38%
src/coveralls.jl 2 94.29%
Totals Coverage Status
Change from base Build 934390423: 0.7%
Covered Lines: 189
Relevant Lines: 208

💛 - Coveralls

@maleadt
Copy link
Member Author

maleadt commented Oct 5, 2021

This seems to be working. In JuliaCI/julia-coverage-buildkite-plugin#3 I've updated the Buildkite plugin to use this branch, and JuliaGPU/CUDA.jl#1185 then specifically uses that version of the plugin. The resulting upload is available at https://app.codecov.io/gh/JuliaGPU/CUDA.jl/compare/1185 (with obviously a lot of red since I didn't run any tests, but there's some lines covered so submission seems to work).

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.

3 participants