Skip to content

Commit

Permalink
Merge pull request #222 from jilen/use_codecov_v2
Browse files Browse the repository at this point in the history
use codecov action v2
  • Loading branch information
jilen authored Apr 28, 2024
2 parents d5928fc + 24e6781 commit 6947631
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,12 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'



- name: Tests
run: sbt +test
Expand All @@ -24,4 +21,4 @@ jobs:
run: sbt clean coverage test coverageReport

- name: Upload codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2

0 comments on commit 6947631

Please sign in to comment.