Skip to content

Commit

Permalink
tests: fix coverage pytest call for sysop_write_tests-ci.yml
Browse files Browse the repository at this point in the history
Change-Id: I6c2e69798597c111167676ad2d41277763cf7423
  • Loading branch information
xqt committed Dec 11, 2024
1 parent caacdf3 commit 66d755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sysop_write_tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
PYWIKIBOT_TEST_WRITE: ${{ matrix.site == 'wikipedia:test' && 1 || 0 }}
run: |
python pwb.py version
coverage -m pytest -s -r A -a "${{ matrix.attr }}"
coverage run -m pytest -s -r A -a "${{ matrix.attr }}"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 66d755d

Please sign in to comment.