apache / arrow

Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
https://arrow.apache.org/
Apache License 2.0
14.3k stars 3.48k forks source link

[Docs] Codecov badge in main Readme only applies to Rust #28213

Closed asfimport closed 3 years ago

asfimport commented 3 years ago

The badge in https://github.com/apache/arrow/blob/master/README.md links to https://app.codecov.io/gh/apache/arrow, which seems to only show the coverage for the Rust code.

Reporter: Dominik Moritz / @domoritz Assignee: Dominik Moritz / @domoritz

PRs and other links:

Note: This issue was originally created as ARROW-12423. Please see the migration documentation for further details.

asfimport commented 3 years ago

Kouhei Sutou / @kou: We can remove it because the Rust code will move to https://github.com/apache/arrow-rs and https://github.com/apache/arrow-datafusion .

asfimport commented 3 years ago

Kouhei Sutou / @kou: Issue resolved by pull request 10102 https://github.com/apache/arrow/pull/10102