Skip to content

Commit

Permalink
Codecov: remove token, turn off CI failure (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored May 28, 2024
1 parent 3a17342 commit b3a3a82
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
@@ -1,10 +1,8 @@
name: pull request - build and unit tests

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: ['*']

jobs:
unit-tests:
Expand Down Expand Up @@ -32,10 +30,8 @@ jobs:
- name: upload coverage to codecov.io
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 b3a3a82

Please sign in to comment.