question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add continuous integration tool (CI)

See original GitHub issue

Summary

#304

In order to improve our deploy process, we want to integrate an automation tool.

This tool should check few routines like:

  • Merge from feature-branch to development.
    • If tests are OK, allow merge
  • Merge from development to master
    • If tests are OK automatically merge

Possible solutions

Output

T.B.D

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
wlsf82commented, Nov 13, 2021

I’ve experience with the first three possible solutions, and I favor GitHub Actions since the codebase is already on GitHub.

1reaction
idmarjrcommented, Nov 14, 2021

@wlsf82 I’m considering keep this issue open as a aggregator for test coverage related tasks. If this is the case, ideally we should tag #144 in pull requests adding more tests. What you think about this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Setup Continuous Integration | Atlassian
Successfully adopting CI comes with huge benefits, including saving time and improving code quality. Learn how to setup continuous integration in 5 steps....
Read more >
What is Continuous Integration: Testing, Software & Process ...
Continuous Integration (CI) is a development practice where developers integrate code into a shared repository frequently, preferably several times a day.
Read more >
14 Best CI/CD Pipeline Tools & Frameworks | List for 2023
Achieve faster workflow and greater effectiveness with these CI/CD tools. Learn more about continuous integration and continuous delivery frameworks at ...
Read more >
Continuous integration - CI - CircleCI
Continuous integration (CI) is a software development strategy that increases the speed of development while ensuring the quality of the code that teams...
Read more >
20 Best CI/CD Tools (2022 Update) - Guru99
With many Continuous Integration tools available in the market, it is quite a tedious task to select the best tool for your project....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found