Skip to content

Commit

Permalink
added codecov info to test-coverage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MicTott committed Apr 4, 2024
1 parent 99aa5fc commit 51fde64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,9 @@ 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: MicTott/SpotSweeper

0 comments on commit 51fde64

Please sign in to comment.