File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 - name : Install Dependencies
2424 run : flit install --symlink
2525 - name : Test
26- run : pytest tests
26+ run : pytest
2727
2828 codestyle :
2929 runs-on : ubuntu-latest
3838 - name : Install Dependencies
3939 run : flit install --symlink
4040 - name : Black
41- run : black --check ellar tests
41+ run : black --check ellar tests examples
4242 - name : Ruff Linting Check
43- run : ruff check ellar tests
43+ run : ruff check ellar tests examples
4444 - name : mypy
4545 run : mypy ellar
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ test: ## Run tests
3030 pytest
3131
3232test-cov : # # Run tests with coverage
33- pytest --cov=ellar --cov-report term-missing tests
33+ pytest --cov=ellar --cov-report term-missing
3434
3535doc-deploy : # # Run Deploy Documentation
3636 make clean
You can’t perform that action at this time.
0 commit comments