Skip to content

Commit

Permalink
try codecov again
Browse files Browse the repository at this point in the history
  • Loading branch information
jevinskie committed Mar 26, 2024
1 parent d30fc95 commit 79f3dfd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ jobs:
run: cmake --build build/coverage -t coverage

- name: Submit to codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: jevinskie/redirect-to-os-log
file: build/coverage/coverage.info

sanitize:
Expand Down Expand Up @@ -125,7 +127,7 @@ jobs:

runs-on: macos-14

if: github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'jevin'
if: github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'jevinskie'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 79f3dfd

Please sign in to comment.