Skip to content

Commit 4e31095

Browse files
authored
Merge pull request #2 from ryokat3/id/001
#1 updated pytest command in pytest.yml
2 parents 53da427 + b7ea580 commit 4e31095

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)