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

Commit 20d5798

Browse files
authored
Include PR_NUMBER so codecov build can do branch matching (#8033)
1 parent 1801edd commit 20d5798

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
jobs:
77
test-coverage:
88
runs-on: ubuntu-latest
9+
env:
10+
PR_NUMBER: ${{github.event.number}}
911
steps:
1012
- name: Checkout code
1113
uses: actions/checkout@v2

0 commit comments

Comments
 (0)