rsyi / whale

🐳 The stupidly simple CLI workspace for your data warehouse.
https://rsyi.gitbook.io/whale
GNU General Public License v3.0
724 stars 38 forks source link

fix: source -> . #173

Closed rsyi closed 3 years ago

rsyi commented 3 years ago

Fixes https://github.com/dataframehq/whale/issues/175 And part of https://github.com/dataframehq/whale/issues/174

codecov-commenter commented 3 years ago

Codecov Report

Merging #173 (316e777) into master (d3eaf7b) will decrease coverage by 17.26%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #173       +/-   ##
===========================================
- Coverage   75.39%   58.12%   -17.27%     
===========================================
  Files          39       55       +16     
  Lines        2101     2763      +662     
===========================================
+ Hits         1584     1606       +22     
- Misses        517     1157      +640     
Impacted Files Coverage Ξ”
cli/src/lib.rs 0.00% <0.00%> (ΓΈ)
cli/src/warehouse/glue.rs 0.00% <0.00%> (ΓΈ)
cli/src/warehouse/snowflake.rs 0.00% <0.00%> (ΓΈ)
cli/src/main.rs 0.00% <0.00%> (ΓΈ)
cli/src/warehouse/gitserver.rs 0.00% <0.00%> (ΓΈ)
cli/src/warehouse/hive.rs 0.00% <0.00%> (ΓΈ)
cli/src/serialization.rs 0.00% <0.00%> (ΓΈ)
cli/src/utils.rs 20.51% <0.00%> (ΓΈ)
cli/src/warehouse/generic.rs 0.00% <0.00%> (ΓΈ)
... and 7 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 d3eaf7b...316e777. Read the comment docs.