Skip to content

Commit

Permalink
Debug codecov for cql module
Browse files Browse the repository at this point in the history
  • Loading branch information
li-boxuan committed Mar 27, 2021
1 parent 6310a22 commit 0ee745e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-backend-cql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:
java-version: 1.8
- run: mvn clean install --projects janusgraph-${{ matrix.module }} ${{ env.BUILD_MAVEN_OPTS }} ${{ matrix.install-args }}
- run: mvn verify --projects janusgraph-${{ matrix.module }} ${{ env.VERIFY_MAVEN_OPTS }} ${{ matrix.args }}
- uses: actions/upload-artifact@v2
with:
name: jacoco-reports
path: target/jacoco-combined.exec
- uses: codecov/codecov-action@v1
with:
name: codecov-cql-${{ matrix.name }}
Expand Down

0 comments on commit 0ee745e

Please sign in to comment.