Add license and protect repository #2

Merged
NyxiumYuuki merged 4 commits from claude/add-license-protection-01VCHnCLUEvqQJjEynZR5LFs into master 2025-11-29 06:30:31 +01:00
Showing only changes of commit 265e9d25d3 - Show all commits

View file

@ -28,11 +28,11 @@ jobs:
- name: Check formatting with Black - name: Check formatting with Black
run: | run: |
black --check src/ tests/ black --check src/
- name: Lint with Ruff - name: Lint with Ruff
run: | run: |
ruff check src/ tests/ ruff check src/
- name: Type check with MyPy - name: Type check with MyPy
run: | run: |
@ -64,7 +64,7 @@ jobs:
- name: Run unit tests - name: Run unit tests
run: | run: |
pytest tests/unit/ -v --cov=src/geoguessr_mcp --cov-report=xml --cov-report=term pytest src/tests/ -v --cov=src/geoguessr_mcp --cov-report=xml --cov-report=term
- name: Upload coverage reports - name: Upload coverage reports
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4