Skip to content

0.0.6

Compare
Choose a tag to compare
@davidjrice davidjrice released this 28 Oct 18:41
· 53 commits to main since this release
d1fd4e3
  • 🔧 build: remove deprecated gha config
  • 👷 ci: test against Python 3.10
  • ♻️ refactor: python 3.10 support
  • ♻️ refactor: extract config class
  • 🔧 build: add helper Make tasks
  • ⚡️ performance: add default ignore paths to include common Python project files
  • 🔧 build: specify dev dependencies in pyproject.toml
  • 🐛 fix: specify correct regex for .py file matching
  • 🐛 fix: expand source parent path for macOS support
  • ♻️ refactor: extract File class to handle test path detection
  • ♻️ refactor: improve test coverage
  • 🔧 add make command for generating coverage
  • ⚡️ add more default ignore patterns
  • ⚡️ ignore directory change events
  • ✨ disable pytest-cov output
  • ✨ disable pytest header
  • ✅ tests: improve build to aggregate test coverage across python versions and fail if less than a certain percentage
  • ✅ ci: passing build on windows
  • 👷 ci: add python 3.10 to build and add linters