mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
chore: add back codecov reports
This commit is contained in:
parent
c7068d2dee
commit
fcf6f37d5b
1 changed files with 10 additions and 4 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -59,3 +59,9 @@ jobs:
|
|||
run: |
|
||||
python -m pip install -e . --no-deps
|
||||
python -m xonsh run-tests.xsh test --report-coverage --no-amalgam -- --timeout=240
|
||||
- name: Upload coverage to Codecov
|
||||
if: ${{ startsWith(matrix.python-version, '3.10') }}
|
||||
uses: codecov/codecov-action@v2
|
||||
with:
|
||||
verbose: true
|
||||
flags: ${{ matrix.os }}
|
||||
|
|
Loading…
Add table
Reference in a new issue