Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Simplified CI #452

Merged
merged 1 commit into from Sep 25, 2021
Merged

Simplified CI #452

merged 1 commit into from Sep 25, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Sep 25, 2021

This simplifies the CI by relying on standard actions. It also adds checks to other architectures,

  • wasm32-unknown-unknown
  • i686-unknown-linux-gnu
  • powerpc-unknown-linux-gnu
  • powerpc64-unknown-linux-gnu
  • mips-unknown-linux-gnu
  • arm-linux-androideabi

Kudos to tokio-rs' developers that gave us this pearl

@jorgecarleitao jorgecarleitao added the testing PRs that only increase coverage label Sep 25, 2021
@codecov
Copy link

codecov bot commented Sep 25, 2021

Codecov Report

Merging #452 (0eae210) into main (dce372d) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #452      +/-   ##
==========================================
+ Coverage   80.63%   80.65%   +0.01%     
==========================================
  Files         372      372              
  Lines       22726    22691      -35     
==========================================
- Hits        18325    18301      -24     
+ Misses       4401     4390      -11     
Impacted Files Coverage Δ
src/io/csv/write/mod.rs 72.00% <0.00%> (-4.00%) ⬇️
src/compute/arithmetics/time.rs 44.89% <0.00%> (-2.17%) ⬇️
src/compute/sort/mod.rs 33.57% <0.00%> (-1.43%) ⬇️
src/compute/take/mod.rs 75.75% <0.00%> (-0.72%) ⬇️
src/io/parquet/read/schema/convert.rs 90.47% <0.00%> (-0.35%) ⬇️
src/io/json_integration/schema.rs 44.58% <0.00%> (-0.31%) ⬇️
src/scalar/equal.rs 54.54% <0.00%> (ø)
src/compute/comparison/mod.rs 89.25% <0.00%> (ø)
src/io/json/read/deserialize.rs 75.75% <0.00%> (ø)
src/io/parquet/write/dictionary.rs 72.72% <0.00%> (ø)
... and 3 more

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 dce372d...0eae210. Read the comment docs.

@jorgecarleitao jorgecarleitao changed the title Trying to simplify the CI Simplified CI Sep 25, 2021
@jorgecarleitao jorgecarleitao merged commit db92910 into main Sep 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testing PRs that only increase coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant