Skip to content

chore(deps): bump @subsquid/archive-registry from 1.0.18 to 3.3.2 #60

chore(deps): bump @subsquid/archive-registry from 1.0.18 to 3.3.2

chore(deps): bump @subsquid/archive-registry from 1.0.18 to 3.3.2 #60

Workflow file for this run

name: 'coverage'
on:
push:
branches:
- master
pull_request_target:
branches:
- master
jobs:
coverage:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
- name: Run code coverage
run: |
yarn
yarn test --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}