Skip to content

Commit

Permalink
Add CodeCov action (#67)
Browse files Browse the repository at this point in the history
* adding codecov

* updating codecov-action version

* switching to v3 to see if results differ
  • Loading branch information
dkontyko authored Feb 12, 2024
1 parent d15997b commit 8b1abce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,9 @@ jobs:
cache: maven

- name: Build with Maven
run: mvn -B package --file ${{ env.PACKAGE_DIRECTORY }}/pom.xml
run: mvn -B package --file ${{ env.PACKAGE_DIRECTORY }}/pom.xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8b1abce

Please sign in to comment.