Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support coroutine functions #346

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

uncomment test

037cc17
Select commit
Loading
Failed to load commit list.
Draft

feat: support coroutine functions #346

uncomment test
037cc17
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 17, 2025 in 0s

68.75% of diff hit (target 100.00%)

View this Pull Request on Codecov

68.75% of diff hit (target 100.00%)

Annotations

Check warning on line 42 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L42

Added line #L42 was not covered by tests

Check warning on line 49 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L46-L49

Added lines #L46 - L49 were not covered by tests

Check warning on line 51 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L51

Added line #L51 was not covered by tests

Check warning on line 101 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L101

Added line #L101 was not covered by tests

Check warning on line 109 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L109

Added line #L109 was not covered by tests

Check warning on line 112 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L112

Added line #L112 was not covered by tests

Check warning on line 121 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 123 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L123

Added line #L123 was not covered by tests

Check warning on line 128 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L128

Added line #L128 was not covered by tests

Check warning on line 131 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L131

Added line #L131 was not covered by tests

Check warning on line 135 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L134-L135

Added lines #L134 - L135 were not covered by tests

Check warning on line 140 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L137-L140

Added lines #L137 - L140 were not covered by tests

Check warning on line 149 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L148-L149

Added lines #L148 - L149 were not covered by tests

Check warning on line 151 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L151

Added line #L151 was not covered by tests

Check warning on line 156 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L156

Added line #L156 was not covered by tests

Check warning on line 159 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L159

Added line #L159 was not covered by tests

Check warning on line 163 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L162-L163

Added lines #L162 - L163 were not covered by tests

Check warning on line 167 in src/psygnal/_async.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/psygnal/_async.py#L165-L167

Added lines #L165 - L167 were not covered by tests