Skip to content

Commit 4f88e1c

Browse files
committed
codecov-action v5
1 parent 9e7c938 commit 4f88e1c

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
restore-keys: |
2121
maven-
2222
- run: mvn install -Pjacoco
23-
- uses: codecov/codecov-action@v4.0.0-beta.3
23+
- uses: codecov/codecov-action@v5
2424
with:
2525
file: ./target/site/jacoco/jacoco.xml
2626
fail_ci_if_error: true

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,3 @@ new Atomic(lock).call(
5252
}
5353
);
5454
```
55-

src/site/apt/example-counter.apt.vm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ public class Main {
5353
}
5454
}
5555
+--
56-

src/site/apt/example-lock.apt.vm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ public class Main {
6565
If you want to avoid checked exceptions, try
6666
{{{http://tempusfugitlibrary.org/apidocs/com/google/code/tempusfugit/concurrency/Callable.html}<<<Callable>>>}}
6767
from {{{http://tempusfugitlibrary.org/}tempusfugitlibrary.org}}.
68-

src/site/apt/index.apt.vm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,3 @@ public class Main {
9494
</dependency>
9595
</dependencies>
9696
+--
97-

0 commit comments

Comments
 (0)