Skip to content

Commit

Permalink
github CI test runner, sixth attempt
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Bray <[email protected]>
  • Loading branch information
timbray committed Apr 9, 2024
1 parent a9e8be1 commit 2dd42ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- if: steps.codecov-enabled.outputs.files_exists == 'true'
name: Upload Codecov Report
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: timbray/topfew

- name: Verify git clean
shell: bash
Expand Down

0 comments on commit 2dd42ca

Please sign in to comment.