Skip to content

Commit

Permalink
attempt to fix according to codecov/codecov-action#155 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrsvihlik committed Feb 28, 2021
1 parent ee57e0b commit 03b619f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
uses: codecov/codecov-action@v1.2.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
override_pr: ${{ github.event.number }}
override_sha: ${{ github.event.pull_request.head.sha }}

0 comments on commit 03b619f

Please sign in to comment.