Skip to content

Commit

Permalink
Add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jan 25, 2024
1 parent bd4de80 commit 20822cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
include:
- scala: 3.3.1
name: Scala3_3
test-tasks: scalafmtCheck gen-doc coverage test
test-tasks: scalafmtCheck gen-doc coverage test coverageReport

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions docs/compiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To get started with Secret, follow these steps:

Scala3
```sbt
libraryDependencies += "com.github.geirolz" %% "secret" % "0.0.1"
libraryDependencies += "com.github.geirolz" %% "secret" % "0.0.2"
```

### Integrations
Expand All @@ -64,22 +64,22 @@ strengths of both Secret and the respective libraries.

#### Pureconfig
```sbt
libraryDependencies += "com.github.geirolz" %% "secret-pureconfig" % "0.0.1"
libraryDependencies += "com.github.geirolz" %% "secret-pureconfig" % "0.0.2"
```
```scala
import com.geirolz.secret.pureconfig.given
```
#### Typesafe Config
```sbt
libraryDependencies += "com.github.geirolz" %% "secret-typesafe-config" % "0.0.1"
libraryDependencies += "com.github.geirolz" %% "secret-typesafe-config" % "0.0.2"
```
```scala
import com.geirolz.secret.typesafe.config.given
```

#### Ciris
```sbt
libraryDependencies += "com.github.geirolz" %% "secret-ciris" % "0.0.1"
libraryDependencies += "com.github.geirolz" %% "secret-ciris" % "0.0.2"
```
```scala
import com.geirolz.secret.ciris.given
Expand Down

0 comments on commit 20822cb

Please sign in to comment.