ci: update codecov action
This commit is contained in:
parent
30190e90e5
commit
eed7b36876
|
@ -41,6 +41,8 @@ jobs:
|
|||
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run Unit tests.
|
||||
run: |
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
codecov:
|
||||
max_report_age: off
|
||||
coverage:
|
||||
status:
|
||||
patch: off
|
||||
|
|
Loading…
Reference in New Issue