We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7105919 commit b20b191Copy full SHA for b20b191
.github/workflows/test.yaml
@@ -38,6 +38,7 @@ jobs:
38
- name: Upload unit-test coverage reports to CodeCov # more at https://github.com/codecov/codecov-action
39
uses: codecov/codecov-action@v3
40
with:
41
+ token: ${{ secrets.CODECOV_TOKEN }}
42
flags: unit
43
fail_ci_if_error: true
44
verbose: true
@@ -84,6 +85,7 @@ jobs:
84
85
- name: Upload integration-test coverage reports to CodeCov # more at https://github.com/codecov/codecov-action
86
87
88
89
flags: integration
90
91
0 commit comments