Skip to content

Commit

Permalink
Codecov: remove token, turn off CI failure (#531)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jotak authored May 27, 2024
1 parent fade3b6 commit 8081041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/greetings.yml

This file was deleted.

8 changes: 2 additions & 6 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ 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

build-test-frontend:
Expand All @@ -52,10 +50,8 @@ jobs:
run: make frontend && git diff --exit-code
- name: Report coverage
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./web/coverage/cobertura-coverage.xml
flags: uitests
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true

0 comments on commit 8081041

Please sign in to comment.