This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
gitmirror
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
39
Wiki
Activity
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
03989000ea
commit
b3ea846025
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save