File tree Expand file tree Collapse file tree 8 files changed +4
-4
lines changed Expand file tree Collapse file tree 8 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org /deftio/travis-ci-cpp-example.svg?branch=master )] ( https://travis-ci.org /deftio/travis-ci-cpp-example )
1
+ [ ![ Build Status] ( https://travis-ci.com /deftio/travis-ci-cpp-example.svg?branch=master )] ( https://travis-ci.com /deftio/travis-ci-cpp-example )
2
2
[ ![ Coverage Status] ( https://coveralls.io/repos/github/deftio/travis-ci-cpp-example/badge.svg?branch=master )] ( https://coveralls.io/github/deftio/travis-ci-cpp-example?branch=master )
3
3
[ ![ License] ( https://img.shields.io/badge/License-BSD%202--Clause-blue.svg )] ( https://opensource.org/licenses/BSD-2-Clause )
4
4
@@ -11,8 +11,8 @@ This repo covers setting up a basic testing suite with github badges for a C/C++
11
11
I just wanted to make a small standalone test project to see tools and workflow for C language testing.
12
12
13
13
14
- copyright (C) <2016> <M. A. Chatterjee> <deftio [ at] deftio [ dot] com>
15
- version 1.0 M. A. Chatterjee
14
+ copyright (C) <2016 and onward > <M. A. Chatterjee> <deftio [ at] deftio [ dot] com>
15
+ version 1.0.1 (updated for travis-ci.com transition) M. A. Chatterjee
16
16
17
17
18
18
Original file line number Diff line number Diff line change 1
- # make file for dioci posix tests (simple interpreter for embedded systems)
1
+ # makefile for posix tests (simple test lib coverage for embedded systems)
2
2
# @author M A Chatterjee <deftio [at] deftio [dot] com>
3
3
4
4
# test coverage is achieved usding gcov (part of gcc suite)
You can’t perform that action at this time.
0 commit comments