Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
34d6c2bc
Commit
34d6c2bc
authored
Jan 12, 2018
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don’t use codecov anymore
parent
7c8a7176
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
74 deletions
+1
-74
.gitlab-ci.yml
.gitlab-ci.yml
+1
-71
README.rst
README.rst
+0
-3
No files found.
.gitlab-ci.yml
View file @
34d6c2bc
...
...
@@ -2,7 +2,7 @@ stages:
-
build
# Build in various conf, keeps the artifacts
-
test
# Use the build artifacts to run the tests
-
packaging
# Publish some packages (rpm, deb…)
-
external
# Interact with some external service (co
decov, co
verity…)
-
external
# Interact with some external service (coverity…)
before_script
:
-
uname -a
...
...
@@ -172,76 +172,6 @@ test:freebsd:
-
make check
-
make e2e
#
## External jobs
#
.template:codecov: &codecov
stage
:
external
tags
:
-
docker
image
:
docker.louiz.org/louiz/biboumi/test-fedora:latest
.template:codecov_unittests: &codecov_unittests
<<
:
*codecov
script
:
-
bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -f ./coverage_test_suite.info -F $(echo $CI_JOB_NAME | sed s/:/_/g | sed s/codecov_//)
.template:codecov_e2e: &codecov_e2e
<<
:
*codecov
script
:
-
bash <(curl -s https://codecov.io/bash) -X gcov -X coveragepy -f ./coverage_e2e.info -F $(echo $CI_JOB_NAME | sed s/:/_/g | sed s/codecov_//)
codecov:fedora:
<<
:
*codecov_e2e
dependencies
:
-
test:fedora
codecov:without_udns:
<<
:
*codecov_e2e
dependencies
:
-
test:without_udns
codecov:debian:
<<
:
*codecov_e2e
dependencies
:
-
test:debian
codecov:build:1:
<<
:
*codecov_unittests
dependencies
:
-
build:1
codecov:build:2:
<<
:
*codecov_unittests
dependencies
:
-
build:2
codecov:build:3:
<<
:
*codecov_unittests
dependencies
:
-
build:3
codecov:build:4:
<<
:
*codecov_unittests
dependencies
:
-
build:4
codecov:build:5:
<<
:
*codecov_unittests
dependencies
:
-
build:5
codecov:build:6:
<<
:
*codecov_unittests
dependencies
:
-
build:6
codecov:build:7:
<<
:
*codecov_unittests
dependencies
:
-
build:7
coverity
:
stage
:
external
only
:
...
...
README.rst
View file @
34d6c2bc
...
...
@@ -4,9 +4,6 @@ Biboumi
.. image:: https://lab.louiz.org/louiz/biboumi/badges/master/build.svg
:target: https://lab.louiz.org/louiz/biboumi/pipelines
.. image:: https://codecov.proxy.louiz.org/gh/louiz/biboumi/branch/master/graph/badge.svg
:target: https://codecov.io/gh/louiz/biboumi
.. image:: https://coverity.proxy.louiz.org/projects/3726/badge.svg
:target: https://scan.coverity.com/projects/louiz-biboumi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment