fix coverage reporting

This commit is contained in:
kononnable 2021-02-24 20:55:46 +01:00
parent ee634f1dc0
commit 4bbe80e40d
2 changed files with 2 additions and 2 deletions

View File

@ -67,5 +67,5 @@ jobs:
run: npm t
- name: Push coverage
if: github.ref == 'ref/head/master'
if: github.ref == 'refs/heads/master'
uses: codecov/codecov-action@v1

View File

@ -66,5 +66,5 @@ jobs:
LD_LIBRARY_PATH: /tmp/oracle/instantclient_19_5
- name: Push coverage
if: github.ref == 'ref/head/master'
if: github.ref == 'refs/heads/master'
uses: codecov/codecov-action@v1