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 fdb4eb1 commit be03484
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/greetings.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: pull request - build and unit tests

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

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 be03484

Please sign in to comment.