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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,12 +110,12 @@ Steps:
110
110
4. It generates code coverage data in lcov format through `grcov` saved as `lcov.info`.
111
111
112
112
3. Upload test results.
113
-
It uploads the test result (`results.xml`) through [EnricoMi/publish-unit-test-result-action@v1](https://github.com/EnricoMi/publish-unit-test-result-action).
113
+
It uploads the test result (`results.xml`) through [EnricoMi/publish-unit-test-result-action@v2](https://github.com/EnricoMi/publish-unit-test-result-action).
114
114
- The action outputs the test result (**Test Results** added to a random workflow).
115
115
- For pull requests, the action adds a comment containing the test results.
116
116
117
117
4. Upload to CodeCov.
118
-
It uploads the code coverage result (`lcov.info`) to CodeCov through [codecov/codecov-action@v1](https://github.com/codecov/codecov-action).
118
+
It uploads the code coverage result (`lcov.info`) to CodeCov through [codecov/codecov-action@v5](https://github.com/codecov/codecov-action).
119
119
- For pull requests, the actions adds a comment containing the code coverage report.
120
120
- For private repositories, add your token from CodeCov repository setting on GitHub Secrets and uncomment the line: `token: ${{ secrets.CODECOV_TOKEN }}`.
0 commit comments