Skip to content

Commit

Permalink
Overwriting pull_request_target PR number should be fixed in codecov …
Browse files Browse the repository at this point in the history
…1.3.2
  • Loading branch information
petrsvihlik committed Apr 24, 2021
1 parent 3af73e9 commit 842e6ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
- name: Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
override_pr: ${{ github.event.number }}
override_commit: ${{ github.event.pull_request.head.sha }}


#- name: Run FOSSA scan
Expand Down

0 comments on commit 842e6ff

Please sign in to comment.