Skip to content

Commit

Permalink
Update base.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jul 30, 2024
1 parent 21d0da3 commit 6f32055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
name: "microG unofficial installer OSS build (extract it)"
path: "output/*.zip*"
retention-days: 7
- name: "Upload reports to Codecov"
- name: "Upload coverage reports to Codecov"
if: "${{ github.repository_owner == 'micro5k' }}"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
#fail_ci_if_error: true
files: "${{ github.workspace }}/coverage/codecov-result.json"
#token: "${{ secrets.CODECOV_TOKEN }}"
token: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 6f32055

Please sign in to comment.