Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buckelieg committed Jul 15, 2024
1 parent de487b7 commit c8104b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
gcov: true
files: ./target/coverage.json
token: ${{ secrets.CODECOV_TOKEN }}

2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
</configuration>
<executions>
<execution>
<phase>test</phase>
<goals>
<goal>prepare-agent</goal>
</goals>
Expand All @@ -83,6 +84,7 @@
</configuration>
<executions>
<execution>
<phase>prepare-package</phase>
<goals>
<goal>process</goal>
</goals>
Expand Down

0 comments on commit c8104b2

Please sign in to comment.