Skip to content

Commit

Permalink
Merge branch 'main' into tpip_update
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Sep 25, 2023
2 parents d03db7c + f74a318 commit d9a97da
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,11 @@ jobs:
run: |
make coverage-check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Publish coverage report to Code Climate
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
files: ./build/cover.out
fail_ci_if_error: true
functionalities: fix
debug: true
coverageLocations: ./build/cover.out:gocov
prefix: cbuild

0 comments on commit d9a97da

Please sign in to comment.