Closed honnix closed 1 year ago
Merging #1092 (bb70f26) into master (dcec378) will increase coverage by
0.03%
. The diff coverage is72.72%
.
@@ Coverage Diff @@
## master #1092 +/- ##
============================================
+ Coverage 92.33% 92.37% +0.03%
- Complexity 2150 2152 +2
============================================
Files 200 200
Lines 8326 8325 -1
Branches 504 504
============================================
+ Hits 7688 7690 +2
+ Misses 522 521 -1
+ Partials 116 114 -2
Hey, I just made a Pull Request!
Description
Handle GCP project not found correctly.
Motivation and Context
GCP will never return 404 in case of project not found, due to security reason. So we need to treat 403 as 404 for some case.
I also did some small refactorings along the way.
Have you tested this? If so, how?
I updated existing tests to reflect this change.
Checklist for PR author(s)
Checklist for PR reviewer(s)