The OnlineSoccer Extension
extension adds useful details and forecasts to the pages of OnlineSoccer.
Basic formatter configuration and settings for Karma Test Explorer for Angular, Jasmine, and Mocha
from Lucas Ononiwu are provided in .vscode/settings.json
.
In order to apply formatting rules on every change the following additional user settings are recommended:
"files.autoSave": "onFocusChange", "editor.insertSpaces": false, "editor.formatOnSave": true,
The coverage reports are created with npm test
in the folder .coverage
. Based on the summary.json
the coverage badge is updated in the README with npm run badge
.
The release can be created by running gulp --release major.minor.patch
:
release
GITHUB_TOKEN
is needed)