-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add swagger gh pages generation, badges and links to the README (#1001)
* Ignore ApiSpec module coverage * Add swagger ui generation step to the CI * Allow generating swagger ui if no endpoint was started * Add documentation links, badges to README; remove ToC and fix grammar * Update coverall.json config
- Loading branch information
1 parent
20b0743
commit 60cf797
Showing
4 changed files
with
57 additions
and
31 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
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,12 @@ | ||
{ | ||
"skip_files": ["test/support"] | ||
"skip_files": [ | ||
"test/support", | ||
"lib/trento_web.ex", | ||
"lib/trento_web/endpoint.ex", | ||
"lib/trento_web/router.ex", | ||
"lib/trento_web/openapi/api_spec.ex", | ||
"lib/trento_web/telemetry.ex", | ||
"lib/trento_web/error_helpers.ex" | ||
], | ||
"treat_no_relevant_lines_as_covered": 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