Closed coryan closed 2 years ago
Merging #353 (53e19a5) into main (18545db) will increase coverage by
0.02%
. The diff coverage is60.86%
.:exclamation: Current head 53e19a5 differs from pull request most recent head 9d53481. Consider uploading reports for the commit 9d53481 to get more accurate results
@@ Coverage Diff @@
## main #353 +/- ##
==========================================
+ Coverage 89.24% 89.26% +0.02%
==========================================
Files 98 98
Lines 2733 2739 +6
==========================================
+ Hits 2439 2445 +6
Misses 294 294
Impacted Files | Coverage Δ | |
---|---|---|
examples/hello_gcs/hello_gcs.cc | 47.05% <47.05%> (+3.30%) |
:arrow_up: |
examples/http_examples_test.cc | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 18545db...9d53481. Read the comment docs.
This changes the buildpack use in our CI builds to support declarative functions. I modified a single example to show that this works, and updated the instructions to use the right buildpack.
Part of the work for #345