mirror of
https://github.com/lukaszraczylo/semver-generator.git
synced 2026-07-08 04:14:32 +00:00
Ignore code coverage tests failing the build.
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
- 'action.yml'
|
- '**/release.yaml'
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
- "main"
|
- "main"
|
||||||
@@ -79,6 +79,7 @@ jobs:
|
|||||||
make test CI_RUN=${CI}
|
make test CI_RUN=${CI}
|
||||||
- name: Upload codecov result
|
- name: Upload codecov result
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v1
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||||
files: coverage.out
|
files: coverage.out
|
||||||
|
|||||||
Reference in New Issue
Block a user