Skip to content

Commit

Permalink
feat: codecoverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomeriko96 committed Mar 23, 2024
1 parent b0a858d commit 68c38d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ jobs:
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Tomeriko96/polyglotr

0 comments on commit 68c38d5

Please sign in to comment.