Skip to content

Commit 8081041

Browse files
authored
Codecov: remove token, turn off CI failure (#531)
* Do not try to upload codecov per PR * put back in 4.4.1 * moving back to tokenless (because it's ignored anyway) and turn off ci failure
1 parent fade3b6 commit 8081041

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

.github/workflows/greetings.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/pull_request.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ jobs:
2828
- name: Report coverage
2929
if: ${{ matrix.go == '1.21' }}
3030
uses: codecov/codecov-action@v4
31-
env:
32-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3331
with:
3432
files: ./cover.out
3533
flags: unittests
36-
fail_ci_if_error: true
34+
fail_ci_if_error: false
3735
verbose: true
3836

3937
build-test-frontend:
@@ -52,10 +50,8 @@ jobs:
5250
run: make frontend && git diff --exit-code
5351
- name: Report coverage
5452
uses: codecov/codecov-action@v4
55-
env:
56-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5753
with:
5854
files: ./web/coverage/cobertura-coverage.xml
5955
flags: uitests
60-
fail_ci_if_error: true
56+
fail_ci_if_error: false
6157
verbose: true

0 commit comments

Comments
 (0)