1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-18 13:01:09 +01:00

Merge pull request #98 from on4kjm/dependabot/github_actions/master/codecov/codecov-action-3.1.4

This commit is contained in:
dependabot[bot] 2023-06-10 19:30:13 +00:00 committed by GitHub
commit 97c0332cdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ jobs:
make test-coverage
- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v3.1.1
uses: codecov/codecov-action@v3.1.4
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.txt