Skip to content

Commit

Permalink
Codecov: remove token, turn off CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed May 27, 2024
1 parent f278746 commit 079ada3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/greetings.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,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

bundle-check:
Expand Down

0 comments on commit 079ada3

Please sign in to comment.