Add logless client instead of bst, and ignore package-lock diffs
Showing 1 of 9 files from the diff.
Other files ignored by Codecov
package.json
has changed.
.gitattributes
is new.
test/unit/advanced.test.yml
has changed.
.circleci/config.yml
has changed.
package-lock.json
has changed.
.gitignore
has changed.
.babelrc
was deleted.
test/unit/simple.test.yml
has changed.
@@ -2,7 +2,7 @@
Loading
2 | 2 | const verifier = require('alexa-verifier'); |
|
3 | 3 | const languageStrings = require('./languageStrings.js'); |
|
4 | 4 | const product = require("./lib/products"); |
|
5 | - | const bst = require('bespoken-tools'); |
|
5 | + | const bst = require('logless-client'); |
|
6 | 6 | const game = require("./lib/game"); |
|
7 | 7 | ||
8 | 8 | exports.handler = bst.Logless.capture(process.env.BESPOKEN_SECRET_KEY, function (event, context) { |
@@ -38,7 +38,7 @@
Loading
38 | 38 | alexa.resources = languageStrings; |
|
39 | 39 | alexa.registerHandlers(newSessionHandlers, startModeHandlers, setupUsersHandlers, gameRoundHandlers, defaultHandlers); |
|
40 | 40 | alexa.execute(); |
|
41 | - | }); |
|
41 | + | }, 1000); |
|
42 | 42 | ||
43 | 43 | const states = { |
|
44 | 44 | START_MODE: '_START_MODE', // Prompt the user to start or restart the game. |
Files | Coverage |
---|---|
index.js | 100.00% |
Project Totals (1 files) | 100.00% |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.