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

Commit

Permalink
updated codecov settings
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 9, 2024
1 parent 15d1e34 commit 5b7d12e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-build-and-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- name: Run tests
run: make test

- name: Upload test results to Codecov
if: always()
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

dev-container-build:
permissions:
contents: read
Expand Down

0 comments on commit 5b7d12e

Please sign in to comment.