fix: resolve old fiber update caused by closure capture #1020
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: main | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: test | |
run: yarn && yarn test && yarn report | |
- name: report | |
uses: codecov/codecov-action@v3 | |
with: | |
file: .nyc_output/coverage-pw.json | |
token: c7a23beb-e642-432f-bcbc-7a0385a75c81 | |
env: | |
CI: true |