Skip to content

rename mutation tests to integration tests #1

rename mutation tests to integration tests

rename mutation tests to integration tests #1

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test:integration --coverage
- name: Codecov
uses: codecov/codecov-action@v3
with:
flags: integration
name: Integration test
on:
pull_request: ~
push:
branches:
- main