Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
epicadk committed Apr 15, 2021
1 parent a9bd956 commit 0cd24e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ docker_host_dev:
python_tests:
python -m unittest discover tests
docker_test:
docker-compose -f docker-compose.test.yml up --build --remove-orphans
docker-compose -f docker-compose.test.yml run --build --remove-orphans
docker_dev:
docker-compose up --build --remove-orphans
generate_cov:
pip install pytest
pip install pytest-cov
pytest --cov-config=.coveragerc
pytest --cov=./ --cov-report=xml
bash < (curl -s https://codecov.io/bash)
bash < curl -s https://codecov.io/bash



Expand Down

0 comments on commit 0cd24e4

Please sign in to comment.