Skip to content

Commit

Permalink
update codecov in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
SHildebrandt committed May 2, 2024
1 parent 9435c1a commit 387caa5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ jobs:
java-version: 1.8
- name: Build with Maven
run: mvn -B package
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
name: LogicNG
file: ./target/site/jacoco/jacoco.xml
flags: unittests
env_vars: OS
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 387caa5

Please sign in to comment.