Skip to content

Commit

Permalink
. e temporarily removed codecov until we add it to codecov web app
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 9, 2024
1 parent cec7575 commit cf938ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
run: |
./build_and_test.sh
shell: bash
- name: Check Code Coverage
uses: VeryGoodOpenSource/[email protected]
with:
path: coverage/lcov.info
min_coverage: 30
# - name: Check Code Coverage
# uses: VeryGoodOpenSource/[email protected]
# with:
# path: coverage/lcov.info
# min_coverage: 30

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cf938ac

Please sign in to comment.