Skip to content

Commit

Permalink
131: enabled coveralls
Browse files Browse the repository at this point in the history
Task-Url: #131
  • Loading branch information
LorenzoBettini committed Mar 30, 2021
1 parent 42b4744 commit eea1419
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Expand Up @@ -27,4 +27,9 @@ jobs:
xvfb-run
mvn -f releng/org.eclipse.xsemantics.releng/pom.xml
clean verify -Pjacoco
-DrepoToken=$COVERALLS_REPO_TOKEN
-DpullRequest=${{ github.event.pull_request.number }}
coveralls:report
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

9 changes: 9 additions & 0 deletions releng/org.eclipse.xsemantics.parent/pom.xml
Expand Up @@ -496,6 +496,15 @@ Contributors:
<jacocoReport>${jacoco.xml.reportPath}</jacocoReport>
</jacocoReports>
</configuration>
<dependencies>
<!-- This is required when using JDK 9 or higher since javax.xml.bind has
been removed from the JDK -->
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit eea1419

Please sign in to comment.