Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
disable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
blacs30 authored Sep 28, 2022
1 parent f825a5f commit f616709
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,14 @@ jobs:
- name: Run Unit tests.
run: make test-coverage

- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v1
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.txt
flags: unittests
fail_ci_if_error: true
# Disable for now, failing again
#- name: Upload Coverage report to CodeCov
# uses: codecov/codecov-action@v1
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# file: ./coverage.txt
# flags: unittests
# fail_ci_if_error: true

build:
name: Build on ${{ matrix.os }}
Expand Down

0 comments on commit f616709

Please sign in to comment.