feat: add jest coverage to github action (#5850)
* add jest coverage to github action * working on action config * fix yaml syntax
This commit is contained in:
parent
661d2b6a33
commit
93e0054f10
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -30,6 +30,11 @@ jobs:
|
|||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
- run: yarn prepare
|
- run: yarn prepare
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
|
- uses: codecov/codecov-action@v3
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
fail_ci_if_error: false
|
||||||
|
verbose: true
|
||||||
|
|
||||||
cypress-build:
|
cypress-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
10
README.md
10
README.md
@ -1,5 +1,7 @@
|
|||||||
# Uniswap Labs Interface
|
# Uniswap Labs Interface
|
||||||
|
|
||||||
|
[![codecov](https://codecov.io/gh/Uniswap/interface/branch/main/graph/badge.svg?token=YVT2Y86O82)](https://codecov.io/gh/Uniswap/interface)
|
||||||
|
|
||||||
[![Unit Tests](https://github.com/Uniswap/interface/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/unit-tests.yaml)
|
[![Unit Tests](https://github.com/Uniswap/interface/actions/workflows/unit-tests.yaml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/unit-tests.yaml)
|
||||||
[![Integration Tests](https://github.com/Uniswap/interface/actions/workflows/integration-tests.yaml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/integration-tests.yaml)
|
[![Integration Tests](https://github.com/Uniswap/interface/actions/workflows/integration-tests.yaml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/integration-tests.yaml)
|
||||||
[![Lint](https://github.com/Uniswap/interface/actions/workflows/lint.yml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/lint.yml)
|
[![Lint](https://github.com/Uniswap/interface/actions/workflows/lint.yml/badge.svg)](https://github.com/Uniswap/interface/actions/workflows/lint.yml)
|
||||||
@ -40,10 +42,10 @@ For steps on local deployment, development, and code contribution, please see [C
|
|||||||
|
|
||||||
The Uniswap Interface supports swapping, adding liquidity, removing liquidity and migrating liquidity for Uniswap protocol V2.
|
The Uniswap Interface supports swapping, adding liquidity, removing liquidity and migrating liquidity for Uniswap protocol V2.
|
||||||
|
|
||||||
- Swap on Uniswap V2: https://app.uniswap.org/#/swap?use=v2
|
- Swap on Uniswap V2: <https://app.uniswap.org/#/swap?use=v2>
|
||||||
- View V2 liquidity: https://app.uniswap.org/#/pool/v2
|
- View V2 liquidity: <https://app.uniswap.org/#/pool/v2>
|
||||||
- Add V2 liquidity: https://app.uniswap.org/#/add/v2
|
- Add V2 liquidity: <https://app.uniswap.org/#/add/v2>
|
||||||
- Migrate V2 liquidity to V3: https://app.uniswap.org/#/migrate/v2
|
- Migrate V2 liquidity to V3: <https://app.uniswap.org/#/migrate/v2>
|
||||||
|
|
||||||
## Accessing Uniswap V1
|
## Accessing Uniswap V1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user