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

DerivedContainer inhertis container_id, url from the base on prepare #150

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

dcermak
Copy link
Owner

@dcermak dcermak commented Aug 8, 2023

If the base is just a container image, then we want the url property to be set instead of the container_id as otherwise the _build_tag property will be pytest_container:$url

If the base is just a container image, then we want the url property to be set
instead of the container_id as otherwise the _build_tag property will be
`pytest_container:$url`
@codecov
Copy link

codecov bot commented Aug 8, 2023

Codecov Report

Merging #150 (d7cb602) into main (0d44efc) will increase coverage by 6.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #150      +/-   ##
==========================================
+ Coverage   88.73%   94.76%   +6.02%     
==========================================
  Files           9        9              
  Lines        1030     1031       +1     
  Branches      202      208       +6     
==========================================
+ Hits          914      977      +63     
+ Misses         99       40      -59     
+ Partials       17       14       -3     
Files Changed Coverage Δ
pytest_container/container.py 98.98% <100.00%> (+2.04%) ⬆️

... and 4 files with indirect coverage changes

@dcermak dcermak enabled auto-merge August 8, 2023 10:30
@dcermak dcermak merged commit 8d209b5 into main Aug 8, 2023
32 checks passed
@dcermak dcermak deleted the fix-derived-url-id branch August 8, 2023 10:55
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