Skip to content

Commit

Permalink
updated Makefile for coverage i.e. --cov=hello and added Build badage…
Browse files Browse the repository at this point in the history
… to readem.
  • Loading branch information
urwithajit9 committed Feb 15, 2024
1 parent 0384c53 commit 97b3e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 97b3e7f

Please sign in to comment.