Skip to content

Commit 5ea3656

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Node script for github-actions, sonarcloud automatic scan disabled (to enable coverage support):
https://docs.sonarsource.com/sonarcloud/enriching/test-coverage/python-test-coverage/
1 parent 2a71d22 commit 5ea3656

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
envlist = py39
3+
skipsdist = True
4+
5+
[testenv]
6+
deps =
7+
pytest
8+
pytest-cov
9+
commands = pytest --cov="algorithm-exercises-py" --cov-report=xml --cov-config=tox.ini --cov-branch

0 commit comments

Comments
 (0)