You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "quinnj (via GitHub)" <gi...@apache.org> on 2023/06/07 03:57:07 UTC

[GitHub] [arrow-julia] quinnj opened a new pull request, #457: Fix various links/urls for apache/arrow-julia

quinnj opened a new pull request, #457:
URL: https://github.com/apache/arrow-julia/pull/457

   Should fix #416.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-julia] quinnj merged pull request #457: Fix various links/urls for apache/arrow-julia

Posted by "quinnj (via GitHub)" <gi...@apache.org>.
quinnj merged PR #457:
URL: https://github.com/apache/arrow-julia/pull/457


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-julia] codecov-commenter commented on pull request #457: Fix various links/urls for apache/arrow-julia

Posted by "codecov-commenter (via GitHub)" <gi...@apache.org>.
codecov-commenter commented on PR #457:
URL: https://github.com/apache/arrow-julia/pull/457#issuecomment-1579843288

   ## [Codecov](https://app.codecov.io/gh/apache/arrow-julia/pull/457?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   > Merging [#457](https://app.codecov.io/gh/apache/arrow-julia/pull/457?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (6608d2f) into [main](https://app.codecov.io/gh/apache/arrow-julia/commit/2d1114e180ef11f9d3bbe310b2eb856550cfbeb3?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) (2d1114e) will **decrease** coverage by `82.62%`.
   > The diff coverage is `n/a`.
   
   ```diff
   @@            Coverage Diff             @@
   ##             main    #457       +/-   ##
   ==========================================
   - Coverage   87.55%   4.94%   -82.62%     
   ==========================================
     Files          26      25        -1     
     Lines        3271    3194       -77     
   ==========================================
   - Hits         2864     158     -2706     
   - Misses        407    3036     +2629     
   ```
   
   
   | [Impacted Files](https://app.codecov.io/gh/apache/arrow-julia/pull/457?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [src/utils.jl](https://app.codecov.io/gh/apache/arrow-julia/pull/457?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-c3JjL3V0aWxzLmps) | `0.00% <ø> (-81.09%)` | :arrow_down: |
   
   ... and [23 files with indirect coverage changes](https://app.codecov.io/gh/apache/arrow-julia/pull/457/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-julia] kou commented on a diff in pull request #457: Fix various links/urls for apache/arrow-julia

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou commented on code in PR #457:
URL: https://github.com/apache/arrow-julia/pull/457#discussion_r1221453363


##########
README.md:
##########
@@ -20,8 +20,8 @@
 # Arrow
 
 [![docs](https://img.shields.io/badge/docs-latest-blue&logo=julia)](https://arrow.juliadata.org/dev/)
-[![CI](https://github.com/JuliaData/Arrow.jl/workflows/CI/badge.svg)](https://github.com/JuliaData/Arrow.jl/actions?query=workflow%3ACI)
-[![codecov](https://codecov.io/gh/JuliaData/Arrow.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaData/Arrow.jl)
+[![CI](https://github.com/apache/arrow-julia/workflows/CI/badge.svg)](https://github.com/apache/arrow-julia/actions?query=workflow%3ACI)
+[![codecov](https://app.codecov.io/gh/apache/arrow-julia/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/arrow-julia)

Review Comment:
   ```suggestion
   [![codecov](https://app.codecov.io/gh/apache/arrow-julia/branch/main/graph/badge.svg)](https://app.codecov.io/gh/apache/arrow-julia)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org