Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

chore: use new syntax for union types #155

Merged
merged 1 commit into from
Dec 16, 2021
Merged

chore: use new syntax for union types #155

merged 1 commit into from
Dec 16, 2021

Conversation

cailloumajor
Copy link
Owner

Fixes #145

@codecov
Copy link

codecov bot commented Nov 4, 2021

Codecov Report

Merging #155 (f4f9134) into main (a84d7be) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #155      +/-   ##
==========================================
- Coverage   96.17%   96.16%   -0.01%     
==========================================
  Files           7        7              
  Lines         523      522       -1     
  Branches       91       91              
==========================================
- Hits          503      502       -1     
  Misses         17       17              
  Partials        3        3              
Flag Coverage Δ
unittests 96.16% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/opcua_webhmi_bridge/frontend_messaging.py 100.00% <100.00%> (ø)
src/opcua_webhmi_bridge/influxdb.py 100.00% <100.00%> (ø)
src/opcua_webhmi_bridge/messages.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dff8b63...f4f9134. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use new type union syntax (|)
1 participant