mirror of
https://github.com/koxudaxi/datamodel-code-generator.git
synced 2024-03-18 14:54:37 +03:00
6 lines
125 B
Bash
Executable File
6 lines
125 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
pytest -n auto --cov=datamodel_code_generator --cov-report xml --cov-report term-missing tests
|
|
|