fixed start after move
This commit is contained in:
@@ -50,7 +50,7 @@ coverage:
|
||||
paths:
|
||||
- ".qodana/cache"
|
||||
variables:
|
||||
QODANA_TOKEN: "$qodana_token"
|
||||
QODANA_TOKEN: "$qodana_token2"
|
||||
script:
|
||||
- qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana/results --cache-dir=$CI_PROJECT_DIR/.qodana/cache --coverage-dir=$CI_PROJECT_DIR/coverage
|
||||
artifacts:
|
||||
@@ -74,7 +74,7 @@ qodana:
|
||||
paths:
|
||||
- ".qodana/cache"
|
||||
variables:
|
||||
QODANA_TOKEN: "$qodana_token"
|
||||
QODANA_TOKEN: "$qodana_token2"
|
||||
script:
|
||||
- qodana --save-report --results-dir=$CI_PROJECT_DIR/.qodana/results --cache-dir=$CI_PROJECT_DIR/.qodana/cache
|
||||
artifacts:
|
||||
|
||||
@@ -2,5 +2,6 @@ disnake
|
||||
psutil
|
||||
python-dotenv
|
||||
pytest
|
||||
yandex-music
|
||||
mock
|
||||
pytest-asyncio
|
||||
Reference in New Issue
Block a user