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

Start a constants package for defining param/result names. #319

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

mattmoor
Copy link
Owner

@mattmoor mattmoor commented Dec 3, 2020

This starts to encapsulate some of the parameter and result naming
conventions we will make use of to duck-type tasks and pipelines
into a common package that the various utilities may draw from.

These values are not (yet) set in stone, as I'm hopeful that we can
migrate them to use the reverse-DNS style (with some support in
Tekton), to better avoid collisions.

Related: tektoncd/pipeline#3590

This starts to encapsulate some of the parameter and result naming
conventions we will make use of to duck-type tasks and pipelines
into a common package that the various utilities may draw from.

These values are not (yet) set in stone, as I'm hopeful that we can
migrate them to use the reverse-DNS style (with some support in
Tekton), to better avoid collisions.

Related: tektoncd/pipeline#3590
@codecov
Copy link

codecov bot commented Dec 3, 2020

Codecov Report

Merging #319 (43d97cd) into master (af60a9b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #319   +/-   ##
=======================================
  Coverage   55.50%   55.50%           
=======================================
  Files           4        4           
  Lines         227      227           
=======================================
  Hits          126      126           
  Misses         65       65           
  Partials       36       36           

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 af60a9b...43d97cd. Read the comment docs.

@mattmoor mattmoor merged commit 03d3031 into master Dec 3, 2020
@mattmoor mattmoor deleted the constants branch December 3, 2020 21:09
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.

1 participant