mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
4aa227dd84
* tech: investigating karma + jest mix * tech: migrating tests to jest * tech: moved anoter test file to jest * test: migrated two more test files to jest * test: updated readme and made test fail to verify that it causes CI build failure * tech: added code coverage for jest tests * tech: testing codecov coverage * tech: migrated more tests * tech: migrated template srv to typescript and the tests to jest * tech: minor build fix * tech: build fixes * build: another attempt at fixing go test with coverage
57 lines
812 B
Plaintext
57 lines
812 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
coverage/
|
|
.aws-config.json
|
|
awsconfig
|
|
/dist
|
|
/public/build
|
|
/public/views/index.html
|
|
/emails/dist
|
|
/public_gen
|
|
/public/vendor/npm
|
|
/tmp
|
|
vendor/phantomjs/phantomjs
|
|
vendor/phantomjs/phantomjs.exe
|
|
profile.out
|
|
coverage.txt
|
|
|
|
docs/AWS_S3_BUCKET
|
|
docs/GIT_BRANCH
|
|
docs/GITCOMMIT
|
|
docs/changed-files
|
|
|
|
# locally required config files
|
|
public/css/*.min.css
|
|
|
|
# Editor junk
|
|
*.sublime-workspace
|
|
*.swp
|
|
.idea/
|
|
*.iml
|
|
*.tmp
|
|
.DS_Store
|
|
.vscode/
|
|
|
|
/data/*
|
|
/bin/*
|
|
|
|
conf/custom.ini
|
|
fig.yml
|
|
docker-compose.yml
|
|
profile.cov
|
|
/grafana
|
|
.notouch
|
|
/pkg/cmd/grafana-cli/grafana-cli
|
|
/pkg/cmd/grafana-server/grafana-server
|
|
/pkg/cmd/grafana-server/debug
|
|
/examples/*/dist
|
|
/packaging/**/*.rpm
|
|
/packaging/**/*.deb
|
|
|
|
/vendor/**/*.py
|
|
/vendor/**/*.xml
|
|
/vendor/**/*.yml
|
|
/vendor/**/*_test.go
|
|
/vendor/**/.editorconfig
|
|
/vendor/**/appengine*
|