Skip to content

Commit

Permalink
trying to fix codecov report.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jul 1, 2024
1 parent bc112fd commit e274f5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
echo "Making sure it is usable without any further deps"
(cd test/simple ; mvn -B -q -Dexec.args=-; mvn -B dependency:tree)
(cd test/jackson; mvn -B -q ; mvn -B dependency:tree)
- uses: codecov/[email protected]
- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Publish Unit Test Results
uses: EnricoMi/[email protected]
with:
Expand Down

0 comments on commit e274f5f

Please sign in to comment.