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

Use standardized quote type to help tests pass #566

Merged
merged 2 commits into from
Feb 7, 2020

Conversation

DLeich
Copy link
Contributor

@DLeich DLeich commented Jan 6, 2020

When executing the Onceover testing suite in a control repo which references this puppetlabs-docker module in its puppetfile, Onceover throws the following error for incorrect quote types.

ERROR -> ignoring invalid line in file: /var/lib/jenkins/workspace/CPSRE_puppet_production/.onceover/etc/puppetlabs/code/environments/production/modules/docker/manifests/stack.pp (invalid byte sequence in US-ASCII) - line: '# Only accepts (“always”|“changed”|“never”)

This pull request changes the quote types to standardized ASCII form on the affected comment line.

@DLeich DLeich requested a review from a team as a code owner January 6, 2020 16:02
@sheenaajay
Copy link
Contributor

@DLeich Thanks for submitting the PR.
Could you please fix the Travis error on unit tests.

@sheenaajay
Copy link
Contributor

@DLeich Could you please rebase with master. The fix for the unit tests are in the master. Thank you.

@codecov-io
Copy link

codecov-io commented Jan 23, 2020

Codecov Report

Merging #566 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #566   +/-   ##
=======================================
  Coverage   28.02%   28.02%           
=======================================
  Files          19       19           
  Lines         685      685           
=======================================
  Hits          192      192           
  Misses        493      493

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 f2e4cda...143ca1a. Read the comment docs.

@carabasdaniel
Copy link
Contributor

Hi @DLeich,

Thank you for your contribution !

@carabasdaniel carabasdaniel merged commit 2a913a7 into puppetlabs:master Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants