Skip to content

Commit

Permalink
Update README table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Apr 14, 2023
1 parent cacbc7e commit f9409da
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,17 @@ end
- [[mix coveralls.xml] Show coverage as XML report](#mix-coverallsxml-show-coverage-as-xml-report)
- [[mix coveralls.lcov] Show coverage as lcov report (Experimental)](#mix-coverallslcov-show-coverage-as-lcov-report-experimental)
- [coveralls.json](#coverallsjson)
- [Stop Words](#stop-words)
- [Exclude Files](#exclude-files)
- [Terminal Report Output](#terminal-report-output)
- [Coverage Options](#coverage-options)
- [Stop Words](#stop-words)
- [Exclude Files](#exclude-files)
- [Terminal Report Output](#terminal-report-output)
- [Coverage Options](#coverage-options)
- [Other Considerations](#other-considerations)
- [Ignore Lines](#ignore-lines)
- [Silence OTP Cover Warnings](#silence-otp-cover-warnings)
- [Merging Coverage Results](#merging-coverage-results)
- [Notes](#notes)
- [Todo](#todo)
- [License](#license)
- [License](#license)

### [mix coveralls] Show coverage
Run the `MIX_ENV=test mix coveralls` command to show coverage information on localhost.
Expand Down Expand Up @@ -549,6 +552,6 @@ See the `mix test` [Coverage documentation](https://hexdocs.pm/mix/Mix.Tasks.Tes
- It might not work well on projects which handle multiple project (Mix.Project) files.
- Needs improvement on file-path handling.
## License
# License
This source code is licensed under the MIT license. Copyright (c) 2013-present, parroty.

0 comments on commit f9409da

Please sign in to comment.