※翻訳勉強中のため、間違っている可能性があります。
https://github.com/firebase/firebase-tools/releases/tag/v7.2.1
- Fixed bug causing Realtime Database emulator to serve errors on the
.inspect/coverage.json
route. - Fixed bug causing Realtime Database emulator to reject requests with
Host
headers not containing"localhost"
. - Fixed regression in deployment with service account.
- Realtime Databaseエミュレーターが
.inspect/coverage.json
ルートでエラーを提供する原因となるバグを修正しました。 - Realtime Databaseエミュレーターが
"localhost"
を含まないHost
ヘッダーのリクエストを拒否するバグを修正しました。 - サービスアカウントを使用した展開のリグレッションが修正されました。
翻訳メモ
- Fixed bug causing Realtime Database emulator to serve errors on the
.inspect/coverage.json
route.
こちらの .inspect/coverage.json` route
というのがよくわからなかったので調べました。
Realtime Database エミュレータ起動時に http://localhost:9000/.inspect/coverage?ns=<database_name>
にアクセスするとテストレポートが生成されるようです。
その際に起きていたエラーのバグを修正したということのようでした。
Error: Unexpected server error. At /.inspect/coverage.json?ns=foo
テストレポートを生成する
Written with StackEdit.
0 件のコメント:
コメントを投稿