Skip to content

Commit

Permalink
fix: disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoeinride authored and dependabot[bot] committed Jul 1, 2024
1 parent efebec5 commit 4e23c30
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- name: Make
run: make

- name: Report Code Coverage
uses: codecov/codecov-action@v4
with:
file: .sage/build/go/coverage/go-test.txt
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
# Disabling since there is an issue with the token
# - name: Report Code Coverage
# uses: codecov/codecov-action@v4
# with:
# file: .sage/build/go/coverage/go-test.txt
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4e23c30

Please sign in to comment.