Skip to content

Commit

Permalink
update readme (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry authored Dec 2, 2024
1 parent 6515afe commit 63958e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Inside your `.github/workflows/workflow.yml` file:
```yaml
steps:
- uses: actions/checkout@master
- uses: codecov/test-results-action@v0
- uses: codecov/test-results-action@v1
with:
fail_ci_if_error: true # optional (default = false)
files: ./junit1.xml,./junit2.xml # optional
Expand All @@ -28,7 +28,7 @@ The Codecov token can also be passed in via environment variables:
```yaml
steps:
- uses: actions/checkout@master
- uses: codecov/test-results-action@v0
- uses: codecov/test-results-action@v1
with:
fail_ci_if_error: true # optional (default = false)
files: ./junit1.xml,./junit2.xml # optional
Expand Down

0 comments on commit 63958e8

Please sign in to comment.