Closed Czechh closed 4 years ago
Merging #10 into master will increase coverage by
0.33%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #10 +/- ##
==========================================
+ Coverage 87.31% 87.64% +0.33%
==========================================
Files 7 7
Lines 331 340 +9
Branches 77 79 +2
==========================================
+ Hits 289 298 +9
Misses 21 21
Partials 21 21
Impacted Files | Coverage Δ | |
---|---|---|
serverless/src/index.ts | 90.19% <100.00%> (+0.40%) |
:arrow_up: |
serverless/src/tags.ts | 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 7d74ad8...15dca93. Read the comment docs.
What does this PR do?
With this change we tag the lambda functions built with the macro with the version used. This will allow us to get some usage tracking and help debug issues.
Motivation
This change is part of the telemetry/usage OKR
Testing Guidelines
Additional Notes
Types of changes
Check all that apply