Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Niloofar / Setup Coveralls #10

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
run: npm run build
# run tests
- name: Run tests
run: npm run test
run: npm run test -- --coverage
# test coverage
- name: Coveralls
uses: coverallsapp/github-action@v2
# deploy the react app to github pages
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pnpm-debug.log*
lerna-debug.log*

node_modules
coverage
dist
dist-ssr
*.local
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Deriv SmartTrader

[![Coverage Status](https://coveralls.io/repos/github/deriv-com/smarttrader/badge.svg)](https://coveralls.io/github/deriv-com/smarttrader)

This repository contains the content of the [Deriv SmartTrader](https://smarttrader.deriv.com/) website.
Loading