fix coverage reporting
This commit is contained in:
parent
ee634f1dc0
commit
4bbe80e40d
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@ -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
|
||||
|
2
.github/workflows/oracle.yml
vendored
2
.github/workflows/oracle.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user