Skip to content

Commit

Permalink
#2425: Do not check EOintTest.java since it have illegal package name
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 24, 2023
1 parent 2eebcc0 commit 2bc2aad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ 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

0 comments on commit 2bc2aad

Please sign in to comment.