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

Fix error created on logging station config validation #1846

Merged

Conversation

Dominik-Vogel
Copy link
Contributor

There has been an error appending the station config files to the log messages if the station config validation has not been successful.
This error has not been caught by the tests, because it is specific to handling real station config files, while the tests work with simple strings.
A test has been added for this edge case.
@QCoDeS/core hotfix for v0.8.1

@codecov
Copy link

codecov bot commented Nov 27, 2019

Codecov Report

Merging #1846 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #1846      +/-   ##
==========================================
+ Coverage   70.37%   70.38%   +<.01%     
==========================================
  Files         152      152              
  Lines       18847    18852       +5     
==========================================
+ Hits        13264    13269       +5     
  Misses       5583     5583

@Dominik-Vogel Dominik-Vogel merged commit 20ecf14 into microsoft:master Nov 28, 2019
Dominik-Vogel added a commit that referenced this pull request Nov 28, 2019
Fix error created on logging station config validation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants