Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 625807c

Browse files
authoredJul 9, 2018
Removing Makefile (#104)
1 parent 94cd1c6 commit 625807c

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed
 

‎Makefile

-23
This file was deleted.

‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test_script:
2222
- npm run test
2323

2424
after_test:
25-
- node .\bin\codecov -f coverage\coverage.json
25+
- node .\bin\codecov -f .nyc_output\*.json
2626

2727
build: off
2828

‎circle.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@ machine:
44

55
test:
66
post:
7-
- ./bin/codecov -f coverage/coverage.json
8-
9-
deployment:
10-
suite:
11-
branch: /.*/
12-
commands:
13-
- make testsuite
7+
- ./bin/codecov -f .nyc_output/*.json

0 commit comments

Comments
 (0)
This repository has been archived.