Skip to content

Commit c3769e0

Browse files
committed
Omit min.py from Github Action coverage workflow
1 parent 1936392 commit c3769e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
run: ./test.sh coverage
145145
shell: bash
146146
- name: Check Coverage Report
147-
run: coverage report -m --fail-under=100 --skip-covered --omit=setup.py,docstring.py,stumpy/cache.py
147+
run: coverage report -m --fail-under=100 --skip-covered --omit=setup.py,docstring.py,min.py,stumpy/cache.py
148148
shell: bash
149149
- name: Upload Coverage Tests Results
150150
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)