• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mojotech / torch
68%
master: 65%

Build:
Build:
LAST BUILD BRANCH: dependabot/hex/ex_doc-0.39.2
DEFAULT BRANCH: master
Repo Added 13 Sep 2019 03:08PM UTC
Files 18
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH cpj/customize_torch_templates_handling
branch: cpj/customize_torch_templates_handling
CHANGE BRANCH
x
Reset
  • cpj/customize_torch_templates_handling
  • add-file-type
  • codegen-add-phoenix-ecto-dependency
  • codegen-bot/add-binary-id-support
  • cpj/default_boolean_filters_to_checkboxes
  • cpj/filter_date_select
  • cpj/gh-runners
  • cpj/github_actions
  • cpj/liveview-1.0
  • cpj/mojotech_transfer
  • cpj/phoenix_1_5_updates
  • cpj/remove_jquery
  • cpj/support_model_relationships
  • cpj/umbrella_app_support
  • cpj/update_asset_security_warnings
  • cpj/update_uninstall_task
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-node-5
  • dependabot/github_actions/actions/setup-node-6
  • dependabot/hex/credo-1.7.10
  • dependabot/hex/credo-1.7.11
  • dependabot/hex/credo-1.7.12
  • dependabot/hex/credo-1.7.13
  • dependabot/hex/credo-1.7.14
  • dependabot/hex/ex_doc-0.35.1
  • dependabot/hex/ex_doc-0.37.2
  • dependabot/hex/ex_doc-0.37.3
  • dependabot/hex/ex_doc-0.38.1
  • dependabot/hex/ex_doc-0.38.3
  • dependabot/hex/ex_doc-0.38.4
  • dependabot/hex/ex_doc-0.39.1
  • dependabot/hex/ex_doc-0.39.2
  • dependabot/hex/excoveralls-0.18.5
  • dependabot/hex/lazy_html-0.1.7
  • dependabot/hex/lazy_html-0.1.8
  • dependabot/hex/mix_test_watch-1.3.0
  • dependabot/hex/mix_test_watch-1.4.0
  • dependabot/hex/phoenix-1.7.20
  • dependabot/hex/phoenix-1.7.21
  • dependabot/hex/phoenix-1.8.0
  • dependabot/hex/phoenix-1.8.1
  • dependabot/hex/phoenix-1.8.2
  • dependabot/hex/phoenix_html-4.2.1
  • dependabot/hex/phoenix_html-4.3.0
  • dependabot/hex/phoenix_live_view-1.0.10
  • dependabot/hex/phoenix_live_view-1.0.11
  • dependabot/hex/phoenix_live_view-1.0.12
  • dependabot/hex/phoenix_live_view-1.0.17
  • dependabot/hex/phoenix_live_view-1.0.4
  • dependabot/hex/phoenix_live_view-1.0.5
  • dependabot/hex/phoenix_live_view-1.0.7
  • dependabot/hex/phoenix_live_view-1.0.9
  • dependabot/hex/phoenix_live_view-1.1.11
  • dependabot/hex/phoenix_live_view-1.1.12
  • dependabot/hex/phoenix_live_view-1.1.13
  • dependabot/hex/phoenix_live_view-1.1.14
  • dependabot/hex/phoenix_live_view-1.1.16
  • dependabot/hex/phoenix_live_view-1.1.17
  • dependabot/hex/phoenix_live_view-1.1.18
  • dependabot/hex/phoenix_live_view-1.1.2
  • dependabot/hex/phoenix_live_view-1.1.3
  • dependabot/hex/phoenix_live_view-1.1.8
  • dependabot/hex/scrivener_ecto-3.1.0
  • df/test-coverage-for-components
  • fix-elixir-1.18-compilation-warnings
  • fix-elixir-1.18-warning
  • master
  • more-doc-links
  • phx_18_updates
  • refs/pull/493/merge
  • refs/pull/495/merge
  • refs/pull/527/merge
  • refs/pull/528/merge
  • refs/tags/v3.9.1
  • refs/tags/v4.3.0
  • refs/tags/v4.3.2
  • refs/tags/v5.0.0
  • refs/tags/v5.1.0
  • refs/tags/v5.1.1
  • refs/tags/v5.3.0
  • refs/tags/v6.0.0
  • v3
  • v4
  • v5

pending completion
138

Pull #126

travis-ci

web-flow
Properly backup and restore project templates

If the given Phoenix project had already customized
any of the `phx.gen.html` and/or `phx.gen.context`
templates, this change will properly retain those templates.

The `torch.gen.html` task will now backup the existing template
directories (if they exist) and restore them at the end of the
process.  After backing up the directories, Torch will create
and inject it's own custom template, and then clean up after
itself.

This change also fixes the previous `remove_templates` function
to actually remove the directories, as the previous iteration
left the directories in place.
Pull Request #126: Properly backup and restore project templates for torch.gen.html task

5 of 5 new or added lines in 2 files covered. (100.0%)

450 of 665 relevant lines covered (67.67%)

11.73 hits per line

Relevant lines Covered
Build:
Build:
665 RELEVANT LINES 450 COVERED LINES
11.73 HITS PER LINE
Source Files on cpj/customize_torch_templates_handling
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
138 cpj/customize_torch_templates_handling Properly backup and restore project templates If the given Phoenix project had already customized any of the `phx.gen.html` and/or `phx.gen.context` templates, this change will properly retain those templates. The `torch.gen.html` task will now ... Pull #126 03 Jan 2020 03:43PM UTC web-flow travis-ci pending completion  
137 cpj/customize_torch_templates_handling Properly backup and restore project templates If the given Phoenix project had already customized any of the `phx.gen.html` and/or `phx.gen.context` templates, this change will properly retain those templates. The `torch.gen.html` task will now ... push 03 Jan 2020 03:40PM UTC cpjolicoeur travis-ci pending completion  
136 cpj/customize_torch_templates_handling [docs] Use shortform of version specifier push 02 Jan 2020 06:32PM UTC cpjolicoeur travis-ci pending completion  
See All Builds (1796)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc