Closed coryan closed 1 year ago
Merging #368 (11b213f) into main (6805a82) will increase coverage by
0.14%
. The diff coverage is94.73%
.:exclamation: Current head 11b213f differs from pull request most recent head c8d5670. Consider uploading reports for the commit c8d5670 to get more accurate results
@@ Coverage Diff @@
## main #368 +/- ##
==========================================
+ Coverage 88.77% 88.91% +0.14%
==========================================
Files 97 97
Lines 2992 3031 +39
==========================================
+ Hits 2656 2695 +39
Misses 336 336
Impacted Files | Coverage Δ | |
---|---|---|
...mples/site/testing_http/http_integration_server.cc | 0.00% <0.00%> (ø) |
|
...s/site/testing_pubsub/pubsub_integration_server.cc | 0.00% <0.00%> (ø) |
|
examples/site/testing_pubsub/pubsub_unit_test.cc | 100.00% <ø> (ø) |
|
...site/testing_storage/storage_integration_server.cc | 0.00% <0.00%> (ø) |
|
examples/site/testing_storage/storage_unit_test.cc | 100.00% <ø> (ø) |
|
examples/site/hello_world_http/hello_world_http.cc | 100.00% <100.00%> (ø) |
|
...ples/site/hello_world_pubsub/hello_world_pubsub.cc | 100.00% <100.00%> (ø) |
|
...es/site/hello_world_storage/hello_world_storage.cc | 100.00% <100.00%> (ø) |
|
examples/site/testing_http/http_unit_test.cc | 100.00% <100.00%> (ø) |
|
examples/site_test.cc | 98.48% <100.00%> (+0.30%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Change the How-to guides and associated examples to use declarative configuration for the signature type.
Part of the work for #345