Skip to content

Commit 5f9a74c

Browse files
committed
files for codecov
1 parent 3a372f4 commit 5f9a74c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
- run: mvn install -Pjacoco
4444
- uses: codecov/codecov-action@v5
4545
with:
46-
file: ./target/site/jacoco/jacoco.xml
46+
files: ./target/site/jacoco/jacoco.xml
4747
token: ${{ secrets.CODECOV_TOKEN }}
4848
fail_ci_if_error: true

.github/workflows/up.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
title: 'New version in README'
4040
assignees: yegor256
4141
branch: up
42-
base: master
42+
base: master

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import org.eolang.jucs.ClasspathSource;
3636
import org.junit.jupiter.api.Assertions;
3737
import org.junit.jupiter.params.ParameterizedTest;
3838

39-
final class SimpleTest {
39+
final class SimpleTest {
4040
@ParameterizedTest
4141
@ClasspathSource(value="/org/example", glob="**.yaml")
4242
void simpleTest(String yaml) {

0 commit comments

Comments
 (0)