Skip to content

Commit 00877ad

Browse files
authored
Merge pull request #16 from IBM/linting-and-test-renaming
linting and test renaming
2 parents 01b8ba6 + 1219c1d commit 00877ad

File tree

11 files changed

+482
-309
lines changed

11 files changed

+482
-309
lines changed

.coveragerc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ branch = True
33

44
[report]
55
exclude_lines =
6-
pragma: no cover
7-
def __repr__
8-
if self.debug
9-
raise AssertionError
10-
raise NotImplentedError
11-
if 0:
12-
if __name__ == .__main__.:
6+
pragma: no cover
7+
def __repr__
8+
if self.debug
9+
raise AssertionError
10+
raise NotImplentedError
11+
if 0:
12+
if __name__ == .__main__.:
1313

1414
ignore_errors = True

.github/workflows/ibm-cloud-code-engine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# │ CODE_ENGINE_REGISTRY_SECRET│ my-registry-secret │
3232
# │ CODE_ENGINE_PORT │ "4444" │
3333
# └────────────────────────────┴──────────────────────────────┘
34-
# * Note: CODE_ENGINE_REGISTRY_SECRET is the name of the secret,
34+
# * Note: CODE_ENGINE_REGISTRY_SECRET is the name of the secret,
3535
# not the secret value.
3636
# Triggers:
3737
# • Every push to `main`

0 commit comments

Comments
 (0)