Skip to content

Commit

Permalink
Add Codecov to testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer authored Feb 8, 2024
1 parent 8d1ee4e commit b17ecd7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ jobs:

- name: Run functional tests
run: Build/Test/runTests.sh -s functional

- name: Upload coverage reports
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b17ecd7

Please sign in to comment.