Skip to content

Commit

Permalink
Codecov: remove token, turn off CI failure
Browse files Browse the repository at this point in the history
See also: netobserv/network-observability-console-plugin#531

Also, align the workflow file with other repos
  • Loading branch information
jotak committed May 27, 2024
1 parent eff4ff1 commit ce2aebd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Pull request checks

on:
push:
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ 'main', 'release-*' ]
branches: [ '*' ]

jobs:
test:
Expand All @@ -30,10 +28,8 @@ jobs:
- name: Report coverage
if: ${{ matrix.go == '1.21' }}
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./cover.out
flags: unittests
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

0 comments on commit ce2aebd

Please sign in to comment.