File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
- run : mvn install -Pjacoco
44
44
- uses : codecov/codecov-action@v5
45
45
with :
46
- file : ./target/site/jacoco/jacoco.xml
46
+ files : ./target/site/jacoco/jacoco.xml
47
47
token : ${{ secrets.CODECOV_TOKEN }}
48
48
fail_ci_if_error : true
Original file line number Diff line number Diff line change 39
39
title : ' New version in README'
40
40
assignees : yegor256
41
41
branch : up
42
- base : master
42
+ base : master
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ import org.eolang.jucs.ClasspathSource;
36
36
import org.junit.jupiter.api.Assertions ;
37
37
import org.junit.jupiter.params.ParameterizedTest ;
38
38
39
- final class SimpleTest {
39
+ final class SimpleTest {
40
40
@ParameterizedTest
41
41
@ClasspathSource (value = " /org/example" , glob = " **.yaml" )
42
42
void simpleTest (String yaml ) {
You can’t perform that action at this time.
0 commit comments