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

Add enum and waveform values #102

Merged
merged 7 commits into from
Jan 31, 2025

Add some tests

1138a80
Select commit
Loading
Failed to load commit list.
Merged

Add enum and waveform values #102

Add some tests
1138a80
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 31, 2025 in 0s

91.81% of diff hit (target 87.75%)

View this Pull Request on Codecov

91.81% of diff hit (target 87.75%)

Annotations

Check warning on line 40 in src/fastcs/datatypes.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/datatypes.py#L40

Added line #L40 was not covered by tests

Check warning on line 61 in src/fastcs/transport/epics/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/epics/util.py#L61

Added line #L61 was not covered by tests

Check warning on line 83 in src/fastcs/transport/epics/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/epics/util.py#L83

Added line #L83 was not covered by tests

Check warning on line 87 in src/fastcs/transport/epics/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/epics/util.py#L87

Added line #L87 was not covered by tests

Check warning on line 93 in src/fastcs/transport/epics/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/epics/util.py#L93

Added line #L93 was not covered by tests

Check warning on line 97 in src/fastcs/transport/epics/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/epics/util.py#L96-L97

Added lines #L96 - L97 were not covered by tests

Check warning on line 114 in src/fastcs/transport/epics/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/epics/util.py#L114

Added line #L114 was not covered by tests

Check warning on line 23 in src/fastcs/transport/rest/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/rest/util.py#L22-L23

Added lines #L22 - L23 were not covered by tests

Check warning on line 33 in src/fastcs/transport/rest/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/rest/util.py#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 213 in src/fastcs/transport/tango/dsr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/tango/dsr.py#L213

Added line #L213 was not covered by tests

Check warning on line 48 in src/fastcs/transport/tango/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/tango/util.py#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 70 in src/fastcs/transport/tango/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/tango/util.py#L69-L70

Added lines #L69 - L70 were not covered by tests

Check warning on line 80 in src/fastcs/transport/tango/util.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/fastcs/transport/tango/util.py#L79-L80

Added lines #L79 - L80 were not covered by tests