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

ossama-othman / MaRC
90%

Build:
DEFAULT BRANCH: master
Repo Added 20 Apr 2018 09:57PM UTC
Files 113
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • automation
  • catch2
  • clang-build
  • clang-tidy
  • cxx17-updates
  • del-copy-move
  • doxygen-update
  • gll-summation-mode
  • issue-templates
  • macos-github
  • main
  • ortho-fix
  • ortho-updates
  • pkg-config
  • reproducible-builds
  • spdx-identifiers
  • travis-ci-xenial
  • update-macos-build
  • v0.10
  • valgrind-check
  • vectorization

01 May 2024 05:36PM UTC coverage: 89.665%. Remained the same
8912799447

push

github

ossama-othman
src: Avoid string copy.

Assigning a reference to an "auto" variable does not deduce the
reference.  Explicitly declare the "auto" variable, a string in this
case, as a reference to avoid a copy, e.g.:

      auto const & author = ...;

3 of 3 new or added lines in 1 file covered. (100.0%)

3314 of 3696 relevant lines covered (89.66%)

9867.94 hits per line

Relevant lines Covered
Build:
Build:
3696 RELEVANT LINES 3314 COVERED LINES
9867.94 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
8912799447 master src: Avoid string copy. Assigning a reference to an "auto" variable does not deduce the reference. Explicitly declare the "auto" variable, a string in this case, as a reference to avoid a copy, e.g.: auto const & author = ...; push 01 May 2024 05:41PM UTC ossama-othman github
89.66
8912431392 master lib: Improve type correctness in scale_and_offset. Avoid integer overflow when determining the range of a signed integer type (e.g. INT_MAX - INT_MIN) in the scale_and_offset<>() functor by taking advantage of the fact that the range for the corr... push 01 May 2024 05:08PM UTC ossama-othman github
89.66
3020060402 master Remove Travis CI builds. push 09 Sep 2022 04:56AM UTC Ossama Othman github pending completion  
3019149207 master github: Add a Coverity Scan Github action. push 09 Sep 2022 12:27AM UTC Ossama Othman github pending completion  
2982941136 master lib: Simplify GLL summation mode detection. (#129) push 03 Sep 2022 03:09AM UTC GitHub github pending completion  
2980695305 master lib: Disallow copying and moving as appropriate. (#127) push 02 Sep 2022 05:09PM UTC GitHub github pending completion  
2975819487 master github: Add clang++ build. (#126) push 02 Sep 2022 12:16AM UTC GitHub github pending completion  
2863621032 master configure: Drop check for standard C headers. push 15 Aug 2022 09:27PM UTC Ossama Othman github pending completion  
2863582398 master Leverage C++17 features. (#125) push 15 Aug 2022 09:20PM UTC GitHub github pending completion  
2862659212 master doc: Do not embed timestamp in MaRC_input manual. (#124) push 15 Aug 2022 06:32PM UTC GitHub github pending completion  
See All Builds (301)
  • 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

© 2026 Coveralls, Inc