master
Hasan Genc 5 years ago
parent f1f6a6aafb
commit bbe4267a9f
  1. 5
      .circleci/config.yml
  2. 5
      README.md

@ -4,6 +4,9 @@ defaults: &defaults
docker:
- image: circleci/node:10
orbs:
codecov: codecov/codecov@1.0.5
jobs:
test:
<<: *defaults
@ -20,6 +23,8 @@ jobs:
- run:
name: Run tests
command: npm test
- codecov/upload:
file: coverage/*.json
- save_cache:
paths:
- node_modules

@ -1,6 +1,8 @@
# React Carousel
Please visit to [docs website](https://trendyol.github.io/react-carousel/docs/installation) to more details.
[![Trendyol](https://circleci.com/gh/Trendyol/react-carousel.svg?style=svg)](<LINK>)
Please visit to [docs website](https://trendyol.github.io/react-carousel/docs/installation) for more details.
# Installation
@ -26,3 +28,4 @@ ReactDOM.render(
document.getElementById('root'),
);
```

Loading…
Cancel
Save