From f0bfc9229525b94373d937be69544eff74f8858f Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Sun, 9 Oct 2022 15:56:29 +0200 Subject: [PATCH] Enable codecov --- .github/workflows/go.yml | 8 ++++---- codecov.yml | 5 ++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index debdacc..d8b2f24 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,7 +22,7 @@ jobs: run: make build - name: Test run: make test-with-coverage - # - uses: codecov/codecov-action@v1 - # with: - # token: ${{ secrets.CODECOV_TOKEN }} - # files: coverage.out + - uses: codecov/codecov-action@v1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + files: coverage.out diff --git a/codecov.yml b/codecov.yml index f28b638..dc46984 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,3 @@ -codecov: - require_ci_to_pass: no - comment: false +github_checks: + annotations: false