Pārlūkot izejas kodu

Code cov: Attempt to fix, properly this time

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.12.0
Erez Sh pirms 3 gadiem
vecāks
revīzija
56b4931e41
1 mainītis faili ar 9 papildinājumiem un 1 dzēšanām
  1. +9
    -1
      .github/workflows/codecov.yml

+ 9
- 1
.github/workflows/codecov.yml Parādīt failu

@@ -11,15 +11,23 @@ jobs:
PYTHON: '3.7'
steps:
- uses: actions/checkout@master
- name: Download submodules
run: |
git submodule update --init --recursive
git submodule sync -q
git submodule update --init
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r test-requirements.txt
- name: Generate coverage report
run: |
pip install pytest
pip install pytest-cov
pip install js2py
pytest --cov=./ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1


Notiek ielāde…
Atcelt
Saglabāt