fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1302 from hey-api/dependabot/github_actions/github-actions-d109cd9e8b

chore(deps): bump codecov/codecov-action from 4 to 5 in the github-actions group

authored by

Lubos and committed by
GitHub
c3d66553 9d7f88bf

+1 -1
+1 -1
.github/workflows/coverage.yml
··· 40 40 run: pnpm test:coverage 41 41 42 42 - name: Upload code coverage to codecov.io 43 - uses: codecov/codecov-action@v4 43 + uses: codecov/codecov-action@v5 44 44 with: 45 45 token: ${{ secrets.CODECOV_TOKEN }} 46 46 directory: ./packages/openapi-ts/coverage