Skip to content

Commit

Permalink
test docker sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelFel committed Mar 31, 2024
1 parent 239346b commit 30a240b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pylint:
PYLINTHOME=reports/ pylint skipper

tests:
py.test --cov=skipper --cov-report=term-missing
py.test --cov=skipper --cov-report=xml:reports/coverage.xml

install:
pip install -U .
Expand Down
2 changes: 1 addition & 1 deletion skipper/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Image:
"""
A class to represent an image with attributes like registry, name, tag, namespace.
A class to represent an image with attributes like registry, name, tag, namespace .
"""

def __init__(self, name, tag, dockerfile=None, registry=None, namespace=None):
Expand Down

0 comments on commit 30a240b

Please sign in to comment.