Skip to content

Commit

Permalink
Merge "tests: fix coverage pytest call for sysop_write_tests-ci.yml"
Browse files Browse the repository at this point in the history
  • Loading branch information
xqt authored and Gerrit Code Review committed Dec 11, 2024
2 parents 41bafd2 + 66d755d commit de4eab8
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 de4eab8

Please sign in to comment.