Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 5210eb5f
authored
Sep 06, 2016
by
Felix Becker
Committed by
GitHub
Sep 06, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up appveyor.yml
1 parent
2e90484d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
appveyor.yml
appveyor.yml
View file @
5210eb5
...
@@ -34,8 +34,8 @@ test_script:
...
@@ -34,8 +34,8 @@ test_script:
-
'
IF
"%COVERAGE%"
==
"true"
(npm
run
cover)
ELSE
(npm
test)'
-
'
IF
"%COVERAGE%"
==
"true"
(npm
run
cover)
ELSE
(npm
test)'
after_test
:
after_test
:
-
ps
:
$env:PATH = 'C:\Program Files\Git\usr\bin;' + $env:PATH
-
ps
:
|
-
ps
:
|
$env:PATH = 'C:\Program Files\Git\usr\bin;' + $env:PATH
if (Test-Path env:\COVERAGE) {
if (Test-Path env:\COVERAGE) {
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh -f "coverage\lcov.info"
bash codecov.sh -f "coverage\lcov.info"
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment