Removing test and coverage
Some checks failed
Build Python App / build (push) Failing after 33s

This commit is contained in:
Carlos Rivas 2024-08-23 21:23:06 -07:00
parent 5fa4e4c37f
commit 6d2bbfbfe5

View file

@ -29,23 +29,7 @@ jobs:
pip install ruff
ruff format . --target-version=py311
continue-on-error: true
- name: Test with pytest
run: |
pip install coverage
coverage run -m pytest -v -s
- name: Generate Coverage Report
run: |
coverage report -m
- name: Login to Digital Hippo Labs Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DIPPOLABS_USERNAME }}
password: ${{ secrets.DIPPOLABS_TOKEN }}
registry: hub.digitalhippo.tech
- name: Build Docker Image
uses: docker/build-push-action@v6
with: