Skip to content

Commit

Permalink
fix coverage file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed May 30, 2020
1 parent e3c02e2 commit 3481dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
OS: ${{ matrix.os }}
JAVA_VERSION: ${{ matrix.java }}
with:
file: ./target/site/jacoco/jacoco-it.xml
file: ./target/site/jacoco-it/jacoco.xml
flags: integration
env_vars: OS,JAVA_VERSION
fail_ci_if_error: true

0 comments on commit 3481dd3

Please sign in to comment.