Skip to content
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

Cleanup and unclutter old and unused files in repo #606

Merged
merged 7 commits into from
Feb 8, 2022

Conversation

juarezr
Copy link
Member

@juarezr juarezr commented Feb 6, 2022

This PR has the objective of cleaning up old files cluttering git repository root.

Changes

  • .gitignore: added custom config needed for petl
  • replaced .gitignore with a python focused one
  • remove appveyor left over after github actions migration
  • remove discontinued travis-ci.org left over
  • git: remove outdated eclipse ide config
  • git: unclutter repo root dir
  • git: rm old unused files

Checklist

Use this checklist for assuring the quality of pull requests that include new code and or make changes to existing code.

  • Source Code rules apply:
    • Includes unit tests
    • New functions have docstrings with examples that can be run with doctest
    • New functions are included in API docs
    • Docstrings include notes for any changes to API or behaviour
    • All changes are documented in docs/changes.rst
  • Versioning and history tracking rules apply:
    • Using atomic commits when possible
    • Commits are reversible when possible
    • There is no incomplete changes in the pull request
    • There is no accidental garbage added in source code
  • Testing rules apply:
    • Tested locally using tox / pytest
    • Automated testing passes (see CI)
    • Unit test coverage has not decreased (see Coveralls)
  • State of these changes is:
    • Just a proof of concept
    • Work in progress / Further changes needed
    • Ready to review
    • Ready to merge

@juarezr juarezr added the Maintainability Issues for code modernization, improve development, testing label Feb 6, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1803252162

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 91.759%

Totals Coverage Status
Change from base Build 1803097838: 0.0%
Covered Lines: 12404
Relevant Lines: 13518

💛 - Coveralls

@juarezr juarezr merged commit 722ab62 into petl-developers:master Feb 8, 2022
@juarezr juarezr deleted the repo-cleanup branch February 8, 2022 03:50
@arturponinski arturponinski added this to the v1.7.8 milestone Feb 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintainability Issues for code modernization, improve development, testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants