Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored Jun 25, 2024
1 parent a69a840 commit 1303ca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
- name: Coverage FL_Client
run: |
coverage run manage.py test --parallel auto fl_client.tests.tests_urls
coverage run -a manage.py test --parallel auto fl_client.tests.tests_views
coverage combine -a
coverage run manage.py test --parallel auto fl_client.tests.tests_views
coverage combine -a
- name: Coverage FL_Server
run: |
coverage run -a manage.py test --parallel auto fl_server.tests.tests_urls
Expand Down

0 comments on commit 1303ca5

Please sign in to comment.