Skip to content

Tests(e2e+unit), workflow update with eslint, 1inch & vs hodl apr fix etc. #4

Tests(e2e+unit), workflow update with eslint, 1inch & vs hodl apr fix etc.

Tests(e2e+unit), workflow update with eslint, 1inch & vs hodl apr fix etc. #4

Workflow file for this run

name: Codecov
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}