Skip to content

Commit

Permalink
Update CodeCov action
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Aug 9, 2024
1 parent 27d56c1 commit dbc58e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: ./gradlew clean build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

build_eclipse:
name: Build Eclipse Plugin
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: ./gradlew clean build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

build_eclipse:
name: Build Eclipse Plugin
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
run: ./gradlew clean build
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

build_eclipse:
name: Build Eclipse Plugin
Expand Down

0 comments on commit dbc58e5

Please sign in to comment.