Skip to content

Commit

Permalink
CI: Add missing CodeCov report.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Jan 17, 2022
1 parent b0196a4 commit 8485495
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lsp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
if: ${{ runner.os == 'Windows' }}
- name: Run language server Python tests without PyLint
run: ./gradlew test --tests org.lflang.tests.lsp.LspTests.pythonSyntaxOnlyValidationTest
- name: Report to CodeCov
uses: codecov/codecov-action@v2.1.0
with:
file: org.lflang.tests/build/reports/xml/jacoco
fail_ci_if_error: false
verbose: true
- name: Install pylint
run: python3 -m pip install pylint
- name: Run language server tests
Expand Down

0 comments on commit 8485495

Please sign in to comment.