-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Se añadió el archivo .scrutinizer.yml. Se modificó Makefile para util…
…izar un comando sencillo para hacer el conjunto de tests necesarios. Este comando se utilizará en scrutinizer.yml y en ci.yml.
- Loading branch information
1 parent
1cc0d8b
commit a70a44b
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
checks: | ||
python: true | ||
|
||
build: | ||
nodes: | ||
analysis: | ||
tests: | ||
override: | ||
- php-scrutinizer-run | ||
- command: make tests_dte_temp | ||
coverage: | ||
file: var/tests-coverage.xml | ||
format: clover | ||
environment: | ||
python: | ||
version: 3.11.10 | ||
dependencies: | ||
before: | ||
- pip install -r requirements.txt | ||
|
||
filter: | ||
paths: | ||
- libredte/* | ||
excluded_paths: | ||
- resources/* | ||
- tests/* | ||
- tools/* | ||
- var/* | ||
- vendor/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters