Browse Source

Code cov: Attempt to fix

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.12.0
Erez Sh 3 years ago
parent
commit
b3ea846025
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/codecov.yml

+ 1
- 0
.github/workflows/codecov.yml View File

@@ -19,6 +19,7 @@ jobs:
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


Loading…
Cancel
Save