Skip to content

Commit ed42392

Browse files
Fix mypy command to check renamed directory.
1 parent 91f525e commit ed42392

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
run: ruff check .
3131

3232
- name: Run type checker
33-
run: mypy sketch_canonical --ignore-missing-imports
33+
run: mypy core --ignore-missing-imports
3434

3535
- name: Run tests
3636
run: pytest tests/ -v --ignore=tests/test_freecad_roundtrip.py
3737

3838
- name: Run tests with coverage
39-
run: pytest tests/ --cov=sketch_canonical --cov-report=xml --ignore=tests/test_freecad_roundtrip.py
39+
run: pytest tests/ --cov=core --cov-report=xml --ignore=tests/test_freecad_roundtrip.py
4040

4141
test-freecad:
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)