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

Commit 625807c

Browse files
authored
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

Lines changed: 0 additions & 23 deletions
This file was deleted.

appveyor.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 7 deletions
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)