Skip to content

Commit 0fa95f0

Browse files
chore(release): 1.2.1 (#130)
1 parent 3fef12b commit 0fa95f0

5 files changed

Lines changed: 10 additions & 6 deletions

File tree

dist/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32569,7 +32569,9 @@ try {
3256932569
const failCi = isTrue(core.getInput('fail_ci_if_error'));
3257032570
core.warning(`This action is being deprecated in favor of 'codecov-action'.
3257132571
Please update CI accordingly to use 'codecov-action@v5' with
32572-
'report-type: test_results'.`);
32572+
'report_type: test_results'.
32573+
The 'codecov-action' should and can be run at least once for
32574+
coverage and once for test results`);
3257332575
const binaryPath = core.getInput('binary');
3257432576
const verbose = isTrue(core.getInput('verbose'));
3257532577
if (binaryPath) {

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-codecov-action",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Upload test result reports to Codecov from GitHub Actions",
55
"main": "index.js",
66
"scripts": {

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ try {
9999
core.warning(
100100
`This action is being deprecated in favor of 'codecov-action'.
101101
Please update CI accordingly to use 'codecov-action@v5' with
102-
'report-type: test_results'.`,
102+
'report_type: test_results'.
103+
The 'codecov-action' should and can be run at least once for
104+
coverage and once for test results`,
103105
);
104106

105107
const binaryPath = core.getInput('binary');

0 commit comments

Comments
 (0)