Skip to content

fix(csharp): attribute declarations under file-scoped namespaces correctly #117

fix(csharp): attribute declarations under file-scoped namespaces correctly

fix(csharp): attribute declarations under file-scoped namespaces correctly #117

Workflow file for this run

name: Mutation Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
mutmut:
name: Mutation Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.13"
- run: uv sync --all-groups
- name: Run mutation testing
run: uv run mutmut run
- name: Show results
if: always()
run: uv run mutmut results