Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sonro committed Jul 13, 2024
1 parent 24e8810 commit ac09aa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ jobs:

- name: Upload to codecov.io
uses: codecov/codecov-action@v4
env: CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: lcov.info
fail_ci_if_error: false
Expand Down

0 comments on commit ac09aa3

Please sign in to comment.