Include PR_NUMBER so codecov build can do branch matching (#8033)

This commit is contained in:
Andy Balaam 2022-03-11 10:26:42 +00:00 committed by GitHub
parent 1801eddde1
commit 20d5798594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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