mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
tameerkalb
This commit is contained in:
parent
0aa101cac0
commit
77477376cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api-tests.yaml
vendored
2
.github/workflows/api-tests.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
WEKAN_URL: http://${{ secrets.HOST }}:80
|
WEKAN_URL: http://${{ secrets.HOST }}:80
|
||||||
run: |
|
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
|
- name: Upload coverage reports to Codecov
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue