Skip to content

v1.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Dec 01:50

Added

  • Comprehensive Test Coverage: Increased test coverage from 75% to 98% (Issue #29).
    • Added test_init_db.py: 15 tests for environment parsing and database info extraction.
    • Added test_init_data.py: 8 tests for data seeding functions.
    • Added test_import_log.py: 18 tests for import routes.
    • Added test_pdf_importer.py: 19 tests for PDF parsing.
    • Expanded Excel importer tests with 15 edge cases.
    • Expanded route tests with 7 time summary edge cases.
  • Added .coveragerc configuration to exclude interactive scripts from coverage.
  • Integrated Codecov test results action for improved CI reporting.
  • Dynamic Codecov coverage badge in README.

Changed

  • Improved CI workflow with junitxml output for better test reporting.