Working on Github Actions
This commit is contained in:
parent
a6bbeb64c5
commit
2ab7344bc6
|
@ -1,4 +1,4 @@
|
||||||
ignore:
|
ignore:
|
||||||
- "usr/"
|
- "usr/"
|
||||||
- "test/"
|
- "test/"
|
||||||
- "CMakeFiles/**/*"
|
- "**/CMakeFiles/**/*"
|
||||||
|
|
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -207,5 +207,5 @@ jobs:
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
verbose: true
|
verbose: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user