Skip to content

Commit

Permalink
Merge pull request #358 from maykinmedia/issue/oaf-116-codecov-token
Browse files Browse the repository at this point in the history
💚 [maykinmedia/open-api-framework#116] Fix codecov publish
  • Loading branch information
stevenbal authored Mar 10, 2025
2 parents e7a0cd4 + bdce897 commit fe1f646
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
SECRET_KEY: dummy

- name: Publish coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

check-envvar-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe1f646

Please sign in to comment.