Skip to content

Merge pull request #71 from Renato66/70-create-code-coverage-action #53

Merge pull request #71 from Renato66/70-create-code-coverage-action

Merge pull request #71 from Renato66/70-create-code-coverage-action #53

Workflow file for this run

name: Upload coverage to Codecov
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun test --coverage
#
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# directory: ./coverage