You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- run: go test ./... -coverprofile=coverage.txt -covermode=atomic
71
89
env:
72
90
CGO_ENABLED: '1'
73
91
74
-
- run: git --no-pager diff --exit-code
75
-
76
92
- if: runner.os == 'Linux'
77
93
name: Errors must not be capitalized https://github.com/golang/go/wiki/CodeReviewComments#error-strings
Copy file name to clipboardExpand all lines: docs/OASDIFF-SERVICE.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,6 @@ The service uses conventional HTTP response codes to indicate success or failure
39
39
- Codes in the 2xx range indicate success
40
40
- Codes in the 4xx range indicate a failure with additional information provided (e.g., invalid OpenAPI spec format, a required parameter was missing, etc.)
41
41
- Codes in the 5xx range indicate a server error (these are rare)
0 commit comments