javascript test coverage

This commit is contained in:
realaravinth
2021-05-06 12:11:06 +05:30
parent f0e3940868
commit c8d2ddbaf3
3 changed files with 20 additions and 12 deletions

View File

@@ -108,8 +108,8 @@ jobs:
- name: Upload to Codecov
if: matrix.version == 'stable' && (github.ref == 'refs/heads/master' || github.event_name == 'pull_request')
uses: codecov/codecov-action@v1
with:
files: cobertura.xml, ./coverage/clover.xml
# with:
# files: cobertura.xml, ./coverage/clover.xml
- name: generate documentation
if: matrix.version == 'stable' && (github.repository == 'mCaptcha/guard')