We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fade3b6 commit 8081041Copy full SHA for 8081041
.github/workflows/greetings.yml
.github/workflows/pull_request.yml
@@ -28,12 +28,10 @@ jobs:
28
- name: Report coverage
29
if: ${{ matrix.go == '1.21' }}
30
uses: codecov/codecov-action@v4
31
- env:
32
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
33
with:
34
files: ./cover.out
35
flags: unittests
36
- fail_ci_if_error: true
+ fail_ci_if_error: false
37
verbose: true
38
39
build-test-frontend:
@@ -52,10 +50,8 @@ jobs:
52
50
run: make frontend && git diff --exit-code
53
51
54
55
56
57
58
files: ./web/coverage/cobertura-coverage.xml
59
flags: uitests
60
61
0 commit comments