We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53da427 + b7ea580 commit 4e31095Copy full SHA for 4e31095
.github/workflows/pytest.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install Dependencies
41
run: poetry install --no-interaction
42
- name: Run Tests
43
- run: poetry run pytest -s --cov=./ --cov-report=xml tests
+ run: poetry run pytest -s --cov=./qiita_sync --cov-report=xml tests
44
env:
45
QIITA_ACCESS_TOKEN: ${{ secrets.QIITA_ACCESS_TOKEN }}
46
- name: "Upload coverage to Codecov"
0 commit comments