Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Add yarn as a valid value for pkg_managers #67

Closed
wants to merge 1 commit into from

Conversation

vfreex
Copy link
Contributor

@vfreex vfreex commented May 17, 2022

No description provided.

@openshift-bot
Copy link

Build #1

GLOB sdist-make: /mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-67/setup.py
py36 create: /mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-67/.tox/py36
py36 installdeps: -rrequirements-dev.txt
py36 inst: /mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-67/.tox/.tmp/package/1/rh-ocp-build-data-validator-0.2.5.zip
py36 installed: appdirs==1.4.4,attrs==21.4.0,bleach==3.1.5,cached-property==1.5.2,certifi==2020.4.5.1,cffi==1.14.0,chardet==3.0.4,contextlib2==0.6.0.post1,coverage==5.5,cryptography==2.9.2,distlib==0.3.0,docutils==0.16,filelock==3.4.1,flake8==3.8.4,flexmock==0.11.3,future==0.18.2,idna==2.9,importlib-metadata==1.6.1,importlib-resources==1.5.0,jeepney==0.4.3,jsonschema==4.0.0,keyring==21.2.1,mccabe==0.6.1,mock==4.0.3,packaging==20.4,pkginfo==1.5.0.1,pluggy==0.13.1,py==1.8.1,pycodestyle==2.6.0,pycparser==2.20,pyflakes==2.2.0,pygit2==1.6.1,Pygments==2.6.1,pyparsing==2.4.7,pyrsistent==0.18.0,PyYAML==5.3.1,readme-renderer==26.0,requests==2.23.0,requests-toolbelt==0.9.1,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-67/.tox/.tmp/package/1/rh-ocp-build-data-validator-0.2.5.zip,rpm==0.0.2,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.6,schema==0.7.2,SecretStorage==3.1.2,six==1.15.0,toml==0.10.1,tox==3.20.1,tqdm==4.46.1,twine==3.1.1,urllib3==1.25.9,virtualenv==20.0.21,webencodings==0.5.1,zipp==3.1.0
py36 run-test-pre: PYTHONHASHSEED='1359747141'
py36 run-test: commands[0] | coverage run --branch --source validator -m unittest discover
.........................................................
----------------------------------------------------------------------
Ran 57 tests in 0.067s

OK
py36 run-test: commands[1] | flake8
py36 run-test: commands[2] | coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        55     55     20      0     0%
validator/cgit.py                            18      0      6      0   100%
validator/distgit.py                         39     19     10      0    49%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           7      0      0      0   100%
validator/github.py                          58      0     20      0   100%
validator/global_session.py                  11      4      2      0    54%
validator/schema/__init__.py                  8      1      0      0    88%
validator/schema/image_schema.py             18      0      2      1    95%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/releases_schema.py          37     28     22      1    17%
validator/schema/rpm_schema.py               11      0      0      0   100%
validator/schema/streams_schema.py            9      0      0      0   100%
validator/support.py                         65      5     27      5    89%
---------------------------------------------------------------------------
TOTAL                                       347    112    109      7    63%
___________________________________ summary ____________________________________
  py36: commands succeeded
  congratulations :)

@codecov-commenter
Copy link

Codecov Report

Merging #67 (58f86cc) into master (66fe1d7) will decrease coverage by 3.30%.
The diff coverage is 51.87%.

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
- Coverage   69.01%   65.70%   -3.31%     
==========================================
  Files          13       14       +1     
  Lines         284      347      +63     
  Branches       38       57      +19     
==========================================
+ Hits          196      228      +32     
- Misses         82      112      +30     
- Partials        6        7       +1     
Impacted Files Coverage Δ
validator/__main__.py 0.00% <0.00%> (ø)
validator/schema/image_schema.py 94.44% <ø> (ø)
validator/schema/modification_schema.py 100.00% <ø> (ø)
validator/schema/rpm_schema.py 100.00% <ø> (ø)
validator/schema/streams_schema.py 100.00% <ø> (ø)
validator/schema/releases_schema.py 21.62% <22.22%> (+21.62%) ⬆️
validator/distgit.py 51.28% <48.64%> (-48.72%) ⬇️
validator/support.py 84.61% <86.95%> (+11.03%) ⬆️
validator/cgit.py 100.00% <100.00%> (ø)
validator/format.py 100.00% <100.00%> (ø)
... and 2 more

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 c6bfc90...58f86cc. Read the comment docs.

@openshift-bot
Copy link

Build #2

GLOB sdist-make: /mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-67/setup.py
py36 inst-nodeps: /mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-67/.tox/.tmp/package/1/rh-ocp-build-data-validator-0.2.5.zip
py36 installed: appdirs==1.4.4,attrs==21.4.0,bleach==3.1.5,cached-property==1.5.2,certifi==2020.4.5.1,cffi==1.14.0,chardet==3.0.4,contextlib2==0.6.0.post1,coverage==5.5,cryptography==2.9.2,distlib==0.3.0,docutils==0.16,filelock==3.4.1,flake8==3.8.4,flexmock==0.11.3,future==0.18.2,idna==2.9,importlib-metadata==1.6.1,importlib-resources==1.5.0,jeepney==0.4.3,jsonschema==4.0.0,keyring==21.2.1,mccabe==0.6.1,mock==4.0.3,packaging==20.4,pkginfo==1.5.0.1,pluggy==0.13.1,py==1.8.1,pycodestyle==2.6.0,pycparser==2.20,pyflakes==2.2.0,pygit2==1.6.1,Pygments==2.6.1,pyparsing==2.4.7,pyrsistent==0.18.0,PyYAML==5.3.1,readme-renderer==26.0,requests==2.23.0,requests-toolbelt==0.9.1,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-67/.tox/.tmp/package/1/rh-ocp-build-data-validator-0.2.5.zip,rpm==0.0.2,ruamel.yaml==0.17.21,ruamel.yaml.clib==0.2.6,schema==0.7.2,SecretStorage==3.1.2,six==1.15.0,toml==0.10.1,tox==3.20.1,tqdm==4.46.1,twine==3.1.1,urllib3==1.25.9,virtualenv==20.0.21,webencodings==0.5.1,zipp==3.1.0
py36 run-test-pre: PYTHONHASHSEED='4198006961'
py36 run-test: commands[0] | coverage run --branch --source validator -m unittest discover
.........................................................
----------------------------------------------------------------------
Ran 57 tests in 0.057s

OK
py36 run-test: commands[1] | flake8
py36 run-test: commands[2] | coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        55     55     20      0     0%
validator/cgit.py                            18      0      6      0   100%
validator/distgit.py                         39     19     10      0    49%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           7      0      0      0   100%
validator/github.py                          58      0     20      0   100%
validator/global_session.py                  11      4      2      0    54%
validator/schema/__init__.py                  8      1      0      0    88%
validator/schema/image_schema.py             18      0      2      1    95%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/releases_schema.py          37     28     22      1    17%
validator/schema/rpm_schema.py               11      0      0      0   100%
validator/schema/streams_schema.py            9      0      0      0   100%
validator/support.py                         65      5     27      5    89%
---------------------------------------------------------------------------
TOTAL                                       347    112    109      7    63%
___________________________________ summary ____________________________________
  py36: commands succeeded
  congratulations :)

@joepvd
Copy link
Contributor

joepvd commented May 24, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 24, 2022
@openshift-ci openshift-ci bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 7, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 7, 2022

@vfreex: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@vfreex
Copy link
Contributor Author

vfreex commented Jun 22, 2022

This has been included in #71.

@vfreex vfreex closed this Jun 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm Indicates that a PR is ready to be merged. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants