Skip to content

Commit

Permalink
Run code coverage on requirements update
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverStolzBO committed Feb 22, 2024
1 parent 1e093c2 commit 68c4b2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
paths:
- 'pfdl_scheduler/**'
- 'tests/**'
- 'requirements.txt'
- '.github/workflows/**'
pull_request:
branches:
- 'main'
paths:
- 'pfdl_scheduler/**'
- 'tests/**'
- 'requirements.txt'
- '.github/workflows/**'

permissions:
Expand Down Expand Up @@ -42,4 +44,4 @@ jobs:
coverage run --omit=tests/*,pfdl_scheduler/parser/PFDL* -m unittest discover -s tests/unit_test
coverage report
coverage json
coverage html
coverage html

0 comments on commit 68c4b2d

Please sign in to comment.