Skip to content

Commit

Permalink
Fixing bugs and typos. Added top-level README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandtritsch committed Sep 23, 2022
1 parent 8ba9f4f commit e8fbdff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# The scoverage org README

This repo is the home for the `scoverage` org README (in the profile
directory).
7 changes: 5 additions & 2 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# scoverage - Scala Code Coverage Tools

[![Gitter](https://img.shields.io/gitter/room/scoverage/scoverage.svg)](https://gitter.im/scoverage/scoverage)
[![Gitter](https://img.shields.io/gitter/room/scoverage/scoverage.svg)][Gitter]

![report][]

Welcome to `scoverage`, a collection of tools to measure code coverage for [Scala][] code.
Welcome to `scoverage`, a collection of tools to measure code coverage
for [Scala][] code.

If you have any questions, please feel free to ask them on [Gitter][].

Expand All @@ -14,6 +15,8 @@ If you have any questions, please feel free to ask them on [Gitter][].

[introduction]: ./docs/Introduction.md
[getting-started]: ./docs/Getting-Started.md
[Gitter]: https://gitter.im/scoverage/scoverage
[contributing]: ./docs/Contributing.md
[report]: ./images/report.png
[Scala]: https://www.scala-lang.org/

2 changes: 1 addition & 1 deletion profile/docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ with [3.2][merged-into-dotty]).
- Scoverage and [SonarQube][]
- Scoverage [Tutorial][] (old)
- Scoverage [Talk][] (new)
- Developer Chat on [Gitter][]

[AST]: https://en.wikipedia.org/wiki/Abstract_syntax_tree
[coveralls]: https://coveralls.io/
Expand All @@ -51,7 +52,6 @@ with [3.2][merged-into-dotty]).
[maven]: https://maven.apache.org/
[merged-into-dotty]: https://dotty.epfl.ch/docs/internals/coverage.html
[mill]: https://com-lihaoyi.github.io/mill/mill/0.9.9/Contrib_Modules.html#_scoverage
[report]: images/report.png
[sbt-coveralls]: https://github.com/scoverage/sbt-coveralls
[sbt-scoverage]: https://github.com/scoverage/sbt-scoverage
[sbt-scoverage-examples]: https://github.com/scoverage/sbt-scoverage-examples
Expand Down

0 comments on commit e8fbdff

Please sign in to comment.