Skip to content

Commit f8400df

Browse files
authored
Turn codecov on
1 parent e58e7e6 commit f8400df

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)