Skip to content

Commit

Permalink
#2425: Try to fix codecov via suppress varning
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 24, 2023
1 parent 2bc2aad commit 89d239c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
concurrency:
group: codecov-${{ github.ref }}
cancel-in-progress: true
ignore:
- "eo-runtime/src/test/java/EOorg/EOeolang/EOintTest.java"
jobs:
codecov:
runs-on: ubuntu-22.04
Expand Down
2 changes: 2 additions & 0 deletions eo-runtime/src/test/java/EOorg/EOeolang/EOintEOplusTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* @since 0.1
* @checkstyle TypeNameCheck (4 lines)
*/
@SuppressWarnings("PMD.PackageCase")
final class EOintEOplusTest {

@Test
Expand All @@ -54,3 +55,4 @@ void addsNumbers() {
);
}
}

0 comments on commit 89d239c

Please sign in to comment.