tameerkalb

This commit is contained in:
rabeeafaraj 2025-08-10 13:22:12 +03:00
parent 0aa101cac0
commit 77477376cb

View file

@ -26,7 +26,7 @@ jobs:
env:
WEKAN_URL: http://${{ secrets.HOST }}:80
run: |
pytest --cov=API_Testing --cov-report=xml API_Testing/
pytest --cov=tests_r --cov-report=xml tests_r/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5