File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ jobs:
3131
3232 # Check disabled meanwhile we figure out how to handle codecov as company asset.
3333 # https://1inch.atlassian.net/browse/ITSM-1394
34- # coverage:
35- # runs-on: ubuntu-latest
36- # steps:
37- # - uses: actions/checkout@v4
38- # - uses: actions/setup-node@v4
39- # with:
40- # node-version: 20
41- # cache: 'yarn'
42- # - run: yarn
43- # - run: yarn typechain
44- # - run: yarn coverage
45- # - uses: codecov/codecov-action@v4
46- # with:
47- # token: ${{ secrets.CODECOV_TOKEN }}
34+ coverage :
35+ runs-on : ubuntu-latest
36+ steps :
37+ - uses : actions/checkout@v4
38+ - uses : actions/setup-node@v4
39+ with :
40+ node-version : 20
41+ cache : ' yarn'
42+ - run : yarn
43+ - run : yarn typechain
44+ - run : yarn coverage
45+ - uses : codecov/codecov-action@v4
46+ with :
47+ token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments