-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
renaming parameter package from "csv" to "pandas" #844 #895
renaming parameter package from "csv" to "pandas" #844 #895
Conversation
*renamed folder glotaran.builtin.io.csv to glotaran.builtin.io.pandas *updated setup.cfg *updated test_project_io_registration.py
@patrickhaetti Don't just close a PR, only because one CI job failed, we are here to help you 😉 |
thank you, I will reopen it |
…pandas-844' into rename-csv-parameter-package-to-pandas-844
Codecov Report
@@ Coverage Diff @@
## main #895 +/- ##
=====================================
Coverage 84.7% 84.7%
=====================================
Files 81 81
Lines 4596 4596
Branches 849 849
=====================================
Hits 3897 3897
Misses 558 558
Partials 141 141
Continue to review full report at Codecov.
|
Sourcery Code Quality ReportMerging this PR leaves code quality unchanged.
Here are some functions in these files that still need a tune-up:
Legend and ExplanationThe emojis denote the absolute quality of the code:
The 👍 and 👎 indicate whether the quality has improved or gotten worse with this pull request. Please see our documentation here for details on how these metrics are calculated. We are actively working on this report - lots more documentation and extra metrics to come! Help us improve this quality report! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Closing on favor of #896 |
Change summary
csv = glotaran.builtin.io.csv.csv
tocsv = glotaran.builtin.io.pandas.csv
/glotaran/builtin/io/csv
to/glotaran/builtin/io/pandas
Checklist