diff --git a/Makefile b/Makefile index b533ca6..a2c16a2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ install: pip install --upgrade pip &&\ pip install -r requirements.txt test: - python -m pytest -vv test_hello.py + python -m pytest -vv --cov=hello test_hello.py format: black *.py lint: diff --git a/README.md b/README.md index 44b38b5..ddd717f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # MLOps-pytest-coursera Learning codespace and Pytest under coursera MLOps course + +[![Python application test with Github Action](https://github.com/urwithajit9/MLOps-pytest-coursera/actions/workflows/testing-ci.yml/badge.svg)](https://github.com/urwithajit9/MLOps-pytest-coursera/actions/workflows/testing-ci.yml)