Skip to content

Commit 718d904

Browse files
authored
Merge pull request ethjs#2 from legobeat/ci-disable-travis
remove coveralls,travis. npm [test-travis,coveralls]->test:coverage
2 parents 63b7f17 + 4d8fc36 commit 718d904

File tree

4 files changed

+2
-472
lines changed

4 files changed

+2
-472
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
alt="NPM version" />
1919
</a>
2020

21-
<!-- Test Coverage -->
22-
<a href="https://coveralls.io/r/ethjs/ethjs-util">
23-
<img src="https://coveralls.io/repos/github/ethjs/ethjs-util/badge.svg" alt="Test Coverage" />
24-
</a>
25-
2621
<!-- Javascript Style -->
2722
<a href="http://airbnb.io/javascript/">
2823
<img src="https://img.shields.io/badge/code%20style-airbnb-brightgreen.svg" alt="js-airbnb-style" />

docs/developer-guide.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@ npm run build
3333
npm run lint
3434
```
3535

36-
## Travis-ci and Coveralls Testing
37-
38-
Note, this will generate a `coveralls` report locally.
39-
40-
```
41-
npm run test-travis
42-
```
43-
44-
You can find the coveralls report and view the percentages and stats, by going to the [index.html](coverage/lcov-report/index.html) file generated after running the `test-travis` script. Open this in Chrome to see the generated report. Travis will run mocha as usual, but collect information about the testing coverage. This report will be sent by TravisCI during the automated build process.
45-
4636
## Build Staging
4737

4838
The build staging for this module is as follows:
@@ -74,7 +64,7 @@ All module source code is found in the `src` directory. All module helper script
7464
./tests
7565
```
7666

77-
Note, the `./lib` dir is generated from the babel build staging. `./coverage` is generated from the `npm run test-travis` script. All internals and helper scripts (i.e. `webpack`) are in `./internals`. All distribution builds are in `./dist` (usually a minified and unminified production build of the package).
67+
Note, the `./lib` dir is generated from the babel build staging. `./coverage` is generated from the `npm run tes:coverage` script. All internals and helper scripts (i.e. `webpack`) are in `./internals`. All distribution builds are in `./dist` (usually a minified and unminified production build of the package).
7868

7969
## NPM Practice
8070

@@ -94,10 +84,6 @@ This is a requirement to run, test, lint and build this module.
9484

9585
All relevant changes are notated in the `CHANGELOG.md` file, moniter this file for changes to this repository.
9686

97-
## Travis-ci and Coveralls Practice
98-
99-
Across all `ethjs-` repos, we enforce mandatory travis-ci and coveralls testing. We never `commit to master`. As a general policy, Coveralls.io results must always be above 95% for any `ethjs-` PR or commit. We want to ensure complete coverage across the board.
100-
10187
## Contributing
10288

10389
Please help better the ecosystem by submitting issues and pull requests. We need all the help we can get to build the absolute best linting standards and utilities. We follow the AirBNB linting standard. Please read more about contributing to `ethjs-util` in the `.github/CONTRIBUTING.md`.

0 commit comments

Comments
 (0)