Skip to content

Commit

Permalink
Enable coverage for Scala 3 (#1387)
Browse files Browse the repository at this point in the history
* Enable coverage for Scala 3

* Update Scala 3 to v3.2.2-RC1 for testing

* Update enumeratum to 1.7.2 (#1426)

* Update sbt-pgp to 2.2.1 (#1427)

* Update joda-time to 2.12.2 (#1428)

* Update cats-effect to 3.4.2 (#1430)

* Update sbt-microsites to 1.4.0 (#1431)

* Update slf4j-simple to 2.0.6 (#1433)

* Update jekyll and html-proofer CI checks (#1444)

* Update cats-effect to 3.4.4 (#1437)

Co-authored-by: Rui Gonçalves <ruippeixotog@gmail.com>

* Update model:core to 1.5.4 (#1438)

* Update model:core to 1.5.4

* Update jekyll and html-proofer

* Revert jekyll to original version

* Revert jekyll to original version

* Update ruby and jekyll

* Fix htmlproofer arguments

Co-authored-by: Rui Gonçalves <ruippeixotog@gmail.com>

* Update sbt-microsites to 1.4.1 (#1439)

Co-authored-by: Rui Gonçalves <ruippeixotog@gmail.com>

* Update sbt to 1.8.2 (#1442)

Co-authored-by: Rui Gonçalves <ruippeixotog@gmail.com>

* Update scalatest to 3.2.15 (#1443)

Co-authored-by: Rui Gonçalves <ruippeixotog@gmail.com>

* Update http4s-core to 0.23.17 (#1441)

* pureconfig-magnolia: Update magnolia to softwaremill.magnolia1_2 to avoid memory leak in old magnolia version (#1445)

Details: softwaremill/magnolia#216 (comment)

Projects using pureconfig-magnolia cause IntelliJ compile server to run out of memory, but the leak seems to happen on old magnolia versions only.

* Add http4s022 compatibility module (#1421)

* add http4s022 module

* update docs

* fix README.md

* remove ip4s dependency from pureconfig-http4s module

Co-authored-by: Rui Gonçalves <ruippeixotog@gmail.com>

* Update http4s-core to 0.22.15 (#1448)

* Update magnolia to 1.1.3 (#1447)

* Update cats-effect to 3.4.5 (#1452)

* Update joda-convert to 2.2.3 (#1451)

* Update http4s-core to 0.23.18 (#1450)

* Update fs2-core, fs2-io to 3.5.0 (#1449)

* Update scalafmt-core to 3.7.0 (#1453)

* Update scalafmt-core to 3.7.1 (#1454)

* Update sbt-sonatype to 3.9.17 (#1455)

* Update mdoc, sbt-mdoc to 2.3.7 (#1456)

* Update model:core to 1.5.5 (#1457)

---------

Co-authored-by: Scala Steward <43047562+scala-steward@users.noreply.github.com>
Co-authored-by: Kai <450507+neko-kai@users.noreply.github.com>
Co-authored-by: Sergey Torgashov <satorg@users.noreply.github.com>
  • Loading branch information
4 people committed Apr 19, 2023
1 parent 682df3b commit 858384a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,9 @@ jobs:
run: sbt "++${{ matrix.scala-version }} compile"

- name: Run tests
run: >
if [[ "${{ matrix.scala }}" =~ ^2\..* ]]; then
sbt coverage "++${{ matrix.scala-version }} test";
else
sbt "++${{ matrix.scala-version }} test";
fi
run: sbt coverage "++${{ matrix.scala-version }} test"

- name: Upload coverage data to Coveralls
if: startsWith(matrix.scala, '2')
run: sbt ++${{ matrix.scala-version }} coverageAggregate coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 858384a

Please sign in to comment.