Skip to content

Commit

Permalink
maintenance: 2.13.8 matrix enabled for scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
girdharshubham committed Jan 14, 2022
1 parent f935217 commit 15054ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- name: Run Coverage
id: run_coverage
run: sbt ++2.13.8 coverage 'project zhttp;test' coverageReport
run: sbt ++${{ matrix.scala }} 'coverage; project zhttp; test; coverageReport'

- name: Push Codecov
id: push_codecov
Expand Down
4 changes: 2 additions & 2 deletions project/ScoverageWorkFlow.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ object ScoverageWorkFlow {
id = Some("update_build_definition"),
name = Some("Update Build Definition"),
),
WorkflowStep.Run(
commands = List(s"sbt ++${Scala213} coverage 'project zhttp;test' coverageReport"),
WorkflowStep.Sbt(
commands = List(s"coverage; project zhttp; test; coverageReport"),
id = Some("run_coverage"),
name = Some("Run Coverage"),
),
Expand Down

1 comment on commit 15054ec

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Performance Benchmark:

Concurrency: 256
Requests/sec: 839382.69

Please sign in to comment.