-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove deprecated syntax * Revert "Set version to 0.0.2-SNAPSHOT" This reverts commit a1d8276. * Try to fix publish, add mergify / codecov * 0.0.1-SNAPSHOT * Auto stash before merge of "publishFixes" and "origin/publishFixes" * add printing of docker logs if the CI fails * move functional tests outside of coverage command * turn coverage off after complete
- Loading branch information
1 parent
a1d8276
commit d37f36d
Showing
9 changed files
with
49 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
threshold: 5% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
pull_request_rules: | ||
- name: assign and label scala-steward's PRs | ||
conditions: | ||
- author=scala-steward | ||
actions: | ||
assign: | ||
users: [etspaceman] | ||
label: | ||
add: [dependency-update] | ||
- name: merge scala-steward's PRs | ||
conditions: | ||
- author=scala-steward | ||
- status-success=build (false, 4567) | ||
- status-success=build (false, 4568) | ||
- status-success=build (true, 4567) | ||
- status-success=build (true, 4568) | ||
- status-success=codecov/patch | ||
- status-success=codecov/project | ||
actions: | ||
merge: | ||
method: squash | ||
strict: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") | ||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.26") | ||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") | ||
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "0.0.2-SNAPSHOT" | ||
ThisBuild / version := "0.0.1-SNAPSHOT" |