diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bbeaa3..42eeff7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,6 +41,8 @@ jobs: - name: Check out code uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Run Unit tests. run: | diff --git a/codecov.yml b/codecov.yml index 9887557..0e2b9b4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,5 @@ +codecov: + max_report_age: off coverage: status: patch: off