Skip to content

Commit

Permalink
#2696: alphaAttr
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 11, 2023
1 parent 1ae78c7 commit 340ac59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
restore-keys: |
maven-
- run: mvn install -Pjacoco
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v4.0.0-beta.3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./eo-parser/target/site/jacoco/jacoco.xml,./eo-runtime/target/site/jacoco/jacoco.xml,./eo-maven-plugin/target/site/jacoco/jacoco.xml
fail_ci_if_error: true
4 changes: 2 additions & 2 deletions eo-parser/src/main/antlr4/org/eolang/parser/Phi.g4
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ attribute
| SIGMA
| VTX
| LABEL
| alpha
| alphaAttr
;

alpha
alphaAttr
: ALPHA INDEX
;

Expand Down

0 comments on commit 340ac59

Please sign in to comment.