Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc committed Sep 30, 2024
1 parent 365952a commit 7317fd7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ def test_ensure_coverage(self):
"ConstantsInBody": 1, # https://github.com/Azure/autorest.modelerfour/issues/83
"ResponsesScenarioF400DefaultModel": 1,
"ResponsesScenarioF400DefaultNone": 1,
"HttpClientFailure400Options": 1, # not supported case introduced by https://github.com/Azure/autorest.testserver/pull/424
"HttpClientFailure403Options": 1, # not supported case introduced by https://github.com/Azure/autorest.testserver/pull/424
"HttpClientFailure412Options": 1, # not supported case introduced by https://github.com/Azure/autorest.testserver/pull/424
}

print("Coverage:")
Expand Down

0 comments on commit 7317fd7

Please sign in to comment.