Skip to content

Commit ef6296e

Browse files
Merge pull request codecov#64 from sondrelg/patch-1
Update README.md
2 parents f997e96 + e861644 commit ef6296e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
## Guide
66

77
### GitHub Actions
8-
A minimal configuration for public repos:
8+
A minimal configuration might look like:
99

1010
```yml
1111
steps:
1212
# (Other steps go here)
1313
- name: "Upload coverage to Codecov"
14-
uses: codecov/codecov-action@v1
14+
uses: codecov/codecov-action@v2
1515
with:
1616
fail_ci_if_error: true
17+
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
1718
```
1819
1920
See [codecov/codecov-action](https://github.com/codecov/codecov-action) for

0 commit comments

Comments
 (0)