apache / arrow-julia

Official Julia implementation of Apache Arrow
https://arrow.apache.org/julia/
Other
284 stars 59 forks source link

CompatHelper: bump compat for BitIntegers to 0.3, (keep existing compat) #440

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the BitIntegers package from 0.2 to 0.2, 0.3. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov-commenter commented 1 year ago

Codecov Report

Merging #440 (a163374) into main (e893c32) will increase coverage by 0.09%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #440      +/-   ##
==========================================
+ Coverage   87.02%   87.12%   +0.09%     
==========================================
  Files          26       26              
  Lines        3261     3261              
==========================================
+ Hits         2838     2841       +3     
+ Misses        423      420       -3     

see 3 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

quinnj commented 1 year ago

cleaner in https://github.com/apache/arrow-julia/pull/441