TheLartians / ModernCppStarter

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
https://thelartians.github.io/ModernCppStarter
The Unlicense
4.45k stars 388 forks source link

enable local actions for pull requests #32

Closed TheLartians closed 4 years ago

TheLartians commented 4 years ago

It seems we can run GitHub Actions on pull requests, even if the fork itself has not yet activated actions (they appear to be off by default for forks). Still want to figure out if this could theoretically compromise repository secrets before merging.

Additional information:

Edit: seems secrets are kept: https://www.edwardthomson.com/blog/github_actions_11_secrets.html

codecov[bot] commented 4 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #32   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           12        12           
=========================================
  Hits            12        12           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 716a30d...b5dfbf3. Read the comment docs.