Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Include PR_NUMBER so codecov build can do branch matching (#8033)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam authored Mar 11, 2022
1 parent 1801edd commit 20d5798
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
test-coverage:
runs-on: ubuntu-latest
env:
PR_NUMBER: ${{github.event.number}}
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 20d5798

Please sign in to comment.