Logo white

Peter M. Groen / CLI11

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CLI11
  • .codecov.yml
  • fix: some GCC warnings and update codecov (#813) ...
    75b19db1
    * add some warning for GCC output
    
    * fix some warnings
    
    * style: pre-commit.ci fixes
    
    * update ubuntu image used for cmake tests so it doesn't auto transition to 22.04
    
    * try a few more warning flags
    
    * install the correct files
    
    * style: pre-commit.ci fixes
    
    * fix install files
    
    * add a few more things to pre-commit
    
    * try a fix for codacy
    
    * another try at codecov
    
    * more coverage tweaks
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Philip Top authored
    2022-12-10 10:30:36 -0500  
    Browse Code ยป
.codecov.yml 76 Bytes
Edit Raw Blame History
1 2 3 4 5 6
ignore:
  - "tests"
  - "examples"
  - "book"
  - "docs"
  - "test_package"