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: add quotes to field name validation to avoid ambiguity #860

Merged
merged 2 commits into from Jan 6, 2020

Conversation

skos-ninja
Copy link
Contributor

@skos-ninja skos-ninja commented Jan 6, 2020

This fixes some slight ambiguity around field name validation error messages as mentioned in #858

Fixes #858

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 6, 2020
@schmidt-sebastian schmidt-sebastian added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 6, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 6, 2020
@codecov
Copy link

codecov bot commented Jan 6, 2020

Codecov Report

Merging #860 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #860   +/-   ##
=======================================
  Coverage   95.37%   95.37%           
=======================================
  Files          25       25           
  Lines       15152    15152           
  Branches     1151     1151           
=======================================
  Hits        14451    14451           
  Misses        695      695           
  Partials        6        6
Impacted Files Coverage Δ
dev/src/serializer.ts 95.18% <100%> (ø) ⬆️
dev/src/validate.ts 97.42% <100%> (ø) ⬆️

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 87543e2...16590ed. Read the comment docs.

@schmidt-sebastian schmidt-sebastian merged commit 8caee71 into googleapis:master Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove ambiguity around field validation message
4 participants