Skip to content

Commit b7ea580

Browse files
committed
#1 updated pytest command in pytest.yml
1 parent 53da427 commit b7ea580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Dependencies
4141
run: poetry install --no-interaction
4242
- name: Run Tests
43-
run: poetry run pytest -s --cov=./ --cov-report=xml tests
43+
run: poetry run pytest -s --cov=./qiita_sync --cov-report=xml tests
4444
env:
4545
QIITA_ACCESS_TOKEN: ${{ secrets.QIITA_ACCESS_TOKEN }}
4646
- name: "Upload coverage to Codecov"

0 commit comments

Comments
 (0)