https://github.com/chitacan/phx_artifact
https://github.com/chitacan/phx_artifact
coverage coveralls credo dialyzere elixir phoenix reviewdog schemacrawler
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chitacan/phx_artifact
- Owner: chitacan
- Created: 2019-12-23T10:25:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T03:52:20.000Z (over 5 years ago)
- Last Synced: 2025-09-21T22:42:08.150Z (15 days ago)
- Topics: coverage, coveralls, credo, dialyzere, elixir, phoenix, reviewdog, schemacrawler
- Language: Elixir
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phx_artifact

Experimental repository to generate & deploy various elixir & phoenix artifacts with [github actions](https://github.com/features/actions).
see [workflow](./.github/workflows/artifact.yml) file for detail.
| artifact | tool | result |
| --- | --- | --- |
| Module documentation | [ex_doc](https://github.com/elixir-lang/ex_doc), [now](https://zeit.co/home) | https://phxartifact.chitacan.now.sh/ |
| DB documentation | [SchemaCrawler](http://www.schemacrawler.com/), [now](https://zeit.co/home) | https://phxartifact.chitacan.now.sh/db.html |
| code coverage | [excoveralls](https://github.com/parroty/excoveralls) |
- Pull Request [comment](https://github.com/chitacan/phx_artifact/pull/1#issuecomment-568549989)
 - [](https://coveralls.io/github/chitacan/phx_artifact?branch=master) |
| static code analysis (code consistency) | [credo](https://github.com/rrrene/credo/), [reviewdog](https://github.com/reviewdog/reviewdog) | [Github Checks](https://github.com/chitacan/phx_artifact/pull/1/files#annotation_92511572)

| static code analysis (type checking) | [dialyxir](https://github.com/jeremyjh/dialyxir), [reviewdog](https://github.com/reviewdog/reviewdog) | [Github Checks](https://github.com/chitacan/phx_artifact/pull/1/files#annotation_92511573)
 |