Skip to content

Commit

Permalink
ci: Calculate coverage only over scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor authored and Drikus Roor committed Apr 12, 2023
1 parent 331597e commit 0adc423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run unittest tests with coverage
continue-on-error: true
run: |
coverage run -m unittest discover tests
coverage run --source=scripts -m unittest discover tests
- name: Generate coverage report
run: |
Expand Down

0 comments on commit 0adc423

Please sign in to comment.