You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>**Note**: This assumes that you've set your Codecov token inside settings > secrets as `CODECOV_TOKEN`. If not, you can get an upload token for your specific repo on codecov.io. A token is *not* required for public repositories.
19
20
@@ -44,14 +45,16 @@ jobs:
44
45
with:
45
46
token: ${{secrets.CODECOV_TOKEN}}
46
47
file: ./coverage.xml
48
+
flags: unittests
47
49
```
48
50
49
51
## Arguments
50
52
51
-
| Argument | Description |
53
+
| Input | Description |
52
54
| :---: | :---: |
53
55
| `token` | Used to authorize coverage report uploads |
54
56
| `file` | Location of the coverage report |
57
+
| `flags` | Flag upload to group coverage metrics |
0 commit comments