Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
63ed02e6
Commit
63ed02e6
authored
Sep 18, 2018
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removes codedov refs
parent
1be26ad3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
19 deletions
+1
-19
Gruntfile.js
+0
-1
codecov.yml
+0
-11
package.json
+0
-1
scripts/grunt/options/exec.js
+1
-6
No files found.
Gruntfile.js
View file @
63ed02e6
...
@@ -25,7 +25,6 @@ module.exports = function (grunt) {
...
@@ -25,7 +25,6 @@ module.exports = function (grunt) {
}
}
}
}
config
.
coverage
=
grunt
.
option
(
'coverage'
);
config
.
phjs
=
grunt
.
option
(
'phjsToRelease'
);
config
.
phjs
=
grunt
.
option
(
'phjsToRelease'
);
config
.
pkg
.
version
=
grunt
.
option
(
'pkgVer'
)
||
config
.
pkg
.
version
;
config
.
pkg
.
version
=
grunt
.
option
(
'pkgVer'
)
||
config
.
pkg
.
version
;
...
...
codecov.yml
deleted
100644 → 0
View file @
1be26ad3
coverage
:
precision
:
2
round
:
down
range
:
"
50...100"
status
:
project
:
yes
patch
:
yes
changes
:
no
comment
:
off
package.json
View file @
63ed02e6
...
@@ -100,7 +100,6 @@
...
@@ -100,7 +100,6 @@
"watch"
:
"webpack --progress --colors --watch --mode development --config scripts/webpack/webpack.dev.js"
,
"watch"
:
"webpack --progress --colors --watch --mode development --config scripts/webpack/webpack.dev.js"
,
"build"
:
"grunt build"
,
"build"
:
"grunt build"
,
"test"
:
"grunt test"
,
"test"
:
"grunt test"
,
"test:coverage"
:
"grunt test --coverage=true"
,
"lint"
:
"tslint -c tslint.json --project tsconfig.json"
,
"lint"
:
"tslint -c tslint.json --project tsconfig.json"
,
"jest"
:
"jest --notify --watch"
,
"jest"
:
"jest --notify --watch"
,
"api-tests"
:
"jest --notify --watch --config=tests/api/jest.js"
,
"api-tests"
:
"jest --notify --watch --config=tests/api/jest.js"
,
...
...
scripts/grunt/options/exec.js
View file @
63ed02e6
module
.
exports
=
function
(
config
,
grunt
)
{
module
.
exports
=
function
(
config
,
grunt
)
{
'use strict'
;
'use strict'
;
var
coverage
=
''
;
if
(
config
.
coverage
)
{
coverage
=
'--coverage --maxWorkers 2'
;
}
return
{
return
{
tslint
:
'node ./node_modules/tslint/lib/tslintCli.js -c tslint.json --project ./tsconfig.json'
,
tslint
:
'node ./node_modules/tslint/lib/tslintCli.js -c tslint.json --project ./tsconfig.json'
,
jest
:
'node ./node_modules/jest-cli/bin/jest.js
'
+
coverage
,
jest
:
'node ./node_modules/jest-cli/bin/jest.js
'
,
webpack
:
'node ./node_modules/webpack/bin/webpack.js --config scripts/webpack/webpack.prod.js'
,
webpack
:
'node ./node_modules/webpack/bin/webpack.js --config scripts/webpack/webpack.prod.js'
,
};
};
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment