Skip to content

Commit

Permalink
ci: Add codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jan 11, 2024
1 parent d5dc76e commit c6f3979
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,10 @@ jobs:
env:
FEATKEY : /tmp
ASC_DOCKER_USER : ${{secrets.DOCKER_USER}}
ASC_DOCKER_PASS : ${{secrets.DOCKER_PASS}}
ASC_DOCKER_PASS : ${{secrets.DOCKER_PASS}}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
files: testdata/coverage/total.cov
verbose: false

0 comments on commit c6f3979

Please sign in to comment.