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

Add final_stage_user #34

Merged
merged 1 commit into from
Jun 17, 2021
Merged

Conversation

jupierce
Copy link
Contributor

No description provided.

@openshift-bot
Copy link

Build #1

GLOB sdist-make: /mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-34/setup.py
py36 create: /mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-34/.tox/py36
py36 installdeps: coverage, flake8, flexmock
py36 inst: /mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-34/.tox/.tmp/package/1/rh-ocp-build-data-validator-0.1.31.zip
py36 installed: certifi==2021.5.30,chardet==4.0.0,contextlib2==0.6.0.post1,coverage==5.5,flake8==3.9.2,flexmock==0.10.4,idna==2.10,importlib-metadata==4.5.0,mccabe==0.6.1,pycodestyle==2.7.0,pyflakes==2.3.1,PyYAML==5.4.1,requests==2.25.1,rh-ocp-build-data-validator @ file:///mnt/workspace/jenkins/working/s_ocp-build-data-validator_PR-34/.tox/.tmp/package/1/rh-ocp-build-data-validator-0.1.31.zip,schema==0.7.4,typing-extensions==3.10.0.0,urllib3==1.26.5,zipp==3.4.1
py36 run-test-pre: PYTHONHASHSEED='942823542'
py36 run-test: commands[0] | flake8
py36 run-test: commands[1] | coverage run --branch --source validator -m unittest discover
...............................................
----------------------------------------------------------------------
Ran 47 tests in 0.050s

OK
py36 run-test: commands[2] | coverage report
Name                                      Stmts   Miss Branch BrPart  Cover
---------------------------------------------------------------------------
validator/__init__.py                         0      0      0      0   100%
validator/__main__.py                        45     45     16      0     0%
validator/distgit.py                         31      0     10      0   100%
validator/exceptions.py                       6      0      0      0   100%
validator/format.py                           6      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                  6      0      0      0   100%
validator/schema/image_schema.py             17      0      2      1    95%
validator/schema/modification_schema.py       5      0      0      0   100%
validator/schema/rpm_schema.py               10      0      0      0   100%
validator/support.py                         40      2     12      2    92%
---------------------------------------------------------------------------
TOTAL                                       235     51     62      3    76%
___________________________________ summary ____________________________________
  py36: commands succeeded
  congratulations :)

@codecov-commenter
Copy link

Codecov Report

Merging #34 (50e0809) into master (0124f59) will decrease coverage by 1.72%.
The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   78.74%   77.02%   -1.73%     
==========================================
  Files          10       11       +1     
  Lines         207      235      +28     
  Branches       25       31       +6     
==========================================
+ Hits          163      181      +18     
- Misses         44       51       +7     
- Partials        0        3       +3     
Impacted Files Coverage Δ
validator/__main__.py 0.00% <0.00%> (ø)
validator/schema/modification_schema.py 100.00% <ø> (ø)
validator/support.py 90.00% <33.33%> (-10.00%) ⬇️
validator/global_session.py 63.63% <63.63%> (ø)
validator/exceptions.py 100.00% <100.00%> (ø)
validator/github.py 100.00% <100.00%> (ø)
validator/schema/image_schema.py 94.11% <100.00%> (-5.89%) ⬇️
validator/schema/rpm_schema.py 100.00% <100.00%> (ø)

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 84c097e...50e0809. Read the comment docs.

@jupierce jupierce requested a review from vfreex June 16, 2021 15:17
@vfreex
Copy link
Contributor

vfreex commented Jun 17, 2021

Thanks.

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 17, 2021
@jupierce jupierce merged commit b941d00 into openshift-eng:master Jun 17, 2021
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants