Skip to content

Commit

Permalink
[codecov] Fix configuration (#43)
Browse files Browse the repository at this point in the history
The codecov instructions they give you to copy have a typo preventing
the integration from working. After reading the docs, let's update `env`
to be `with`.
  • Loading branch information
cacoco authored Feb 11, 2024
1 parent ec47dc4 commit 5033821
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
run: cat TestResults.json
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
env:
with:
files: ./TestResults.json
token: ${{ secrets.CODECOV_TOKEN }}
slug: cacoco/codemetagenerator

0 comments on commit 5033821

Please sign in to comment.