Skip to content

Commit

Permalink
configure code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
austinkline committed May 21, 2024
1 parent 8e5b337 commit b3043b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: Run tests
run: |
./run-tests.sh
- name: Normalize coverage report filepaths
run : sh ./normalize_coverage_report.sh
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Flowtyio/capability-cache

0 comments on commit b3043b9

Please sign in to comment.