Skip to content

Commit

Permalink
codecov-action v5
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 27, 2025
1 parent 790f4ef commit 1225b34
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
restore-keys: |
maven-
- run: mvn install -Pjacoco
- uses: codecov/codecov-action@v4.0.0-beta.3
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./target/site/jacoco/jacoco.xml
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,3 @@ Please run Maven build before submitting a pull request:
```
$ mvn clean install -Pqulice
```

Original file line number Diff line number Diff line change
@@ -1 +1 @@
com.jcabi.aspects.FakeValidationProvider
com.jcabi.aspects.FakeValidationProvider
1 change: 0 additions & 1 deletion src/it/fake-validation/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@

def log = new File(basedir, 'build.log')
assert log.text.contains('Hello, world!')

1 change: 0 additions & 1 deletion src/it/weaving/verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ def log = new File(basedir, 'build.log')
assert log.text.contains('#name(): \'test\'')
assert log.text.contains('#exception(): thrown java.lang.IllegalStateException')
assert log.text.contains('com.jcabi.Counter: #ping(): attempt #1/4 failed with java.lang.IllegalStateException in')

1 change: 0 additions & 1 deletion src/main/java/com/jcabi/aspects/aj/LogHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,3 @@ public static boolean enabled(final int level, final Object log) {
return enabled;
}
}

0 comments on commit 1225b34

Please sign in to comment.