Skip to content

Commit

Permalink
Update shex-lite-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thewillyhuman authored Apr 4, 2020
1 parent 40f7e4d commit 9b32d8e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/shex-lite-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,26 @@ jobs:
run: brew install sbt
- name: Run tests
run: sbt ++2.13.1! clean test

# Test run on linux platform
coverage-report:

# Job name
name: Coverage Report

# This jobs runs on linux
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 12
uses: actions/setup-java@v1
with:
java-version: 12
architecture: x64
- name: Run tests with coverage
run: sbt ++2.12.10! clean coverage test coverageReport
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true

0 comments on commit 9b32d8e

Please sign in to comment.