Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joocer committed Dec 19, 2022
1 parent b6c2dd9 commit e273fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
GCP_PROJECT_ID: mabel

- name: Check Coverage
run: python -m coverage report --include=opteryx* --fail-under=95 -m
run: python -m coverage report --include=opteryx/** --fail-under=95 -m

- name: "Upload coverage to Codecov"
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10'
Expand Down

0 comments on commit e273fe9

Please sign in to comment.