Skip to content

Commit

Permalink
chore: disable coverage temporarily
Browse files Browse the repository at this point in the history
Avoids a no-data-collected error triggering a build failure while
there is no code in the package.

Signed-off-by: Federico Bond <[email protected]>
  • Loading branch information
federicobond committed Jul 14, 2023
1 parent 6cd5989 commit 7bfde9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
run: isort .

- name: Test with pytest
run: coverage run --omit="*/test*" -m pytest
# TODO: restore coverage once we have some code in the package
# run: coverage run --omit="*/test*" -m pytest
run: pytest

- name: Upload coverage to Codecov
uses: codecov/codecov-action@e0fbd592d323cb2991fb586fdd260734fcb41fcb
Expand Down

0 comments on commit 7bfde9e

Please sign in to comment.