Skip to content

jeffabailey/learn

Repository files navigation

Jeff Bailey's Blog

Test Coverage codecov

A technology blog by Jeff Bailey.

Repository contains companion learning materials with comprehensive test coverage.

Folders contain a README.md with link to blog post(s).

Test Coverage

This repository includes comprehensive test coverage for all learning materials:

  • 84+ tests across Python, JavaScript, and ML projects
  • Automated testing via GitHub Actions
  • Coverage reporting with Codecov
  • 80% coverage threshold for JavaScript

See TEST_COVERAGE_SUMMARY.md for details.

Running Tests Locally

# Python Learning Content
cd programming/python && pytest --cov

# Django HTMX Alpine (Python)
cd frameworks/htmx/django-htmx-alpine && pytest --cov

# Django HTMX Alpine (JavaScript)
cd frameworks/htmx/django-htmx-alpine && npm run jest-coverage

# LocalRAG ML Project
cd machine-learning/localrag && pytest --cov

All Blog Post Categories

Automation Books Bugs Culture Data DevOps Hardware Languages Leadership Music Operating Systems Professional Development Programming Security Software Tools Users

Releases

No releases published

Packages

 
 
 

Contributors