From c9471b7d5c61bde357be1b8d50163e6273104b08 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Wed, 19 Jan 2022 12:53:10 +0800 Subject: [PATCH] fix ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fe93d51..a2f63de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -150,7 +150,7 @@ jobs: pkg-manager: poetry - run: name: Coverage test - command: poetry run -m pytest pytest --cov-report html --cov-report xml --cov=./src/plugins/nonebot_bison --junitxml=test-results/junit.xml -k 'not compare' + command: poetry run pytest --cov-report html --cov-report xml --cov=./src/plugins/nonebot_bison --junitxml=test-results/junit.xml -k 'not compare' - store_test_results: path: test-results - run: