Skip to content

Commit b3a3a82

Browse files
authored
Codecov: remove token, turn off CI failure (#667)
See also: netobserv/network-observability-console-plugin#531
1 parent 3a17342 commit b3a3a82

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
@@ -1,10 +1,8 @@
11
name: pull request - build and unit tests
22

33
on:
4-
push:
5-
branches: [ main ]
64
pull_request:
7-
branches: [ main ]
5+
branches: ['*']
86

97
jobs:
108
unit-tests:
@@ -32,10 +30,8 @@ jobs:
3230
- name: upload coverage to codecov.io
3331
if: ${{ matrix.go == '1.21' }}
3432
uses: codecov/codecov-action@v4
35-
env:
36-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3733
with:
3834
files: ./cover.out
3935
flags: unittests
40-
fail_ci_if_error: true
36+
fail_ci_if_error: false
4137
verbose: true

0 commit comments

Comments
 (0)