Skip to content

Commit

Permalink
codecov data from eo-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 8, 2021
1 parent 594e7ae commit 3af4537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
restore-keys: |
maven-
- name: Run tests
run: mvn -B verify -Pjacoco
run: mvn install -Pjacoco
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./target/site/jacoco/jacoco.xml
file: ./eo-parser/target/site/jacoco/jacoco.xml
fail_ci_if_error: true

0 comments on commit 3af4537

Please sign in to comment.