Skip to content

Commit 0f9ecd9

Browse files
Coveralls attempt #i+1
1 parent d8669c9 commit 0f9ecd9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,3 @@ jobs:
3939
uv run pytest --cov portion
4040
- name: Upload coverage to Coveralls
4141
uses: coverallsapp/github-action@v2
42-
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

portion/interval.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def from_atomic(cls, left, lower, upper, right):
117117
right = right if upper not in [inf, -inf] else Bound.OPEN
118118

119119
instance = cls()
120+
120121
# Check for non-emptiness (otherwise keep instance._intervals = [])
121122
if lower < upper or (
122123
lower == upper and left == Bound.CLOSED and right == Bound.CLOSED

0 commit comments

Comments
 (0)