Skip to content

Commit 66735c9

Browse files
committed
remove tests and other unrelated folders
1 parent 40434aa commit 66735c9

33 files changed

+0
-2660
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@ jobs:
1414
- name: Lint
1515
run: |
1616
make fmt
17-
test:
18-
runs-on: ubuntu-latest
19-
steps:
20-
- uses: actions/checkout@v4
21-
with:
22-
# Disabling shallow clones is recommended for improving the relevancy of SonarQube reporting
23-
fetch-depth: 0
24-
- name: Test
25-
run: |
26-
TEST_SELECT=ALL make test
27-
- name: Archive coverage report
28-
uses: actions/upload-artifact@v4
29-
with:
30-
name: coverage-report
31-
path: .coverage-reports/coverage.xml
32-
- name: SonarQube Scan
33-
uses: SonarSource/[email protected]
34-
env:
35-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3617
archive:
3718
runs-on: ubuntu-latest
3819
steps:

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ pre-commit-install: uv
3838
fmt: pre-commit-install ## Lint and format files
3939
$(UVX) pre-commit run --all-files
4040

41-
.PHONY: test
42-
test: .venv download-libraries ## Run tests
43-
ifeq ($(TEST_SELECT),ALL)
44-
$(UV) run coverage run --rcfile=pyproject.toml -m pytest tests/unit
45-
else
46-
$(UV) run coverage run --rcfile=pyproject.toml -m pytest -m "not slow" tests/unit
47-
endif
48-
@$(UV) run coverage html --rcfile=pyproject.toml > /dev/null
49-
@$(UV) run coverage xml --rcfile=pyproject.toml > /dev/null
50-
5141
BOARD_MOUNT_POINT ?= ""
5242
VERSION ?= $(shell git tag --points-at HEAD --sort=-creatordate < /dev/null | head -n 1)
5343

mocks/circuitpython/adafruit_rfm/rfm9x.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

mocks/circuitpython/adafruit_rfm/rfm9xfsk.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

mocks/circuitpython/adafruit_rfm/rfm_common.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

mocks/circuitpython/busio.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

mocks/circuitpython/byte_array.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

mocks/circuitpython/digitalio.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

mocks/circuitpython/microcontroller.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

mocks/circuitpython/rtc.py

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)