Skip to content

Commit

Permalink
Merge pull request #1283 from RFD-FHEM/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-5.0.5

Bump codecov/codecov-action from 4.6.0 to 5.0.5
  • Loading branch information
sidey79 authored Nov 20, 2024
2 parents 3d72c83 + d8b461e commit 66df50f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
- name: Create clover report for perl Modules
run: cover -report clover

- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: clover.xml
files: clover.xml
directory: ./cover_db
flags: unittests,perl,modules
name: perl modules (testscripts) ${{ matrix.perl }}
Expand All @@ -57,10 +57,10 @@ jobs:
working-directory: /opt/fhem/
run: cover -report clover

- uses: codecov/codecov-action@v4.6.0
- uses: codecov/codecov-action@v5.0.5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: clover.xml
files: clover.xml
directory: /opt/fhem/cover_db
flags: unittests,fhem,modules
name: fhem (testscripts) ${{ matrix.perl }}
Expand Down

0 comments on commit 66df50f

Please sign in to comment.