Ignore code coverage tests failing the build.

This commit is contained in:
2021-12-11 11:30:25 +00:00
parent b3a41d4737
commit 2370574ed4
+2 -1
View File
@@ -5,7 +5,7 @@ on:
push:
paths-ignore:
- '**.md'
- 'action.yml'
- '**/release.yaml'
branches:
- "master"
- "main"
@@ -79,6 +79,7 @@ jobs:
make test CI_RUN=${CI}
- name: Upload codecov result
uses: codecov/codecov-action@v1
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: coverage.out