Rename action

This commit is contained in:
Balazs Perlaki-Horvath 2024-08-04 16:48:27 +02:00 committed by Emmanuel Engelhart
parent ffc68c4ca8
commit 3005f0a6a8
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -59,7 +59,7 @@ jobs:
if: matrix.platform == 'macOS'
run: xcodebuild test -scheme Kiwix -destination 'platform=macOS'
- name: Upload coverage reports to Codecov with GitHub Action
- name: Upload code coverage
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}