Skip to content

Commit

Permalink
ci: disable circle, coverage for jenkins
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Łukasz Magiera <[email protected]>
  • Loading branch information
magik6k committed Sep 1, 2018
1 parent aed48ff commit 7e5ea30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 43 deletions.
2 changes: 2 additions & 0 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def sharness_step = { run, osname, makeargs, ignore ->
} finally {
if (!ignore) {
junit allowEmptyResults: true, testResults: 'test/sharness/test-results/sharness.xml'
run 'bash -c "bash <(curl -s https://codecov.io/bash) -f coverage/sharness_tests.coverprofile"'
}
}
}
Expand Down Expand Up @@ -167,6 +168,7 @@ ansiColor('xterm') { withEnv(['TERM=xterm-color']) {
throw err
} finally {
junit allowEmptyResults: true, testResults: 'test/unit/gotest.junit.xml'
run 'bash -c "bash <(curl -s https://codecov.io/bash) -f coverage/unit_tests.coverprofile"'
}
}
}
Expand Down
40 changes: 0 additions & 40 deletions circle.yml

This file was deleted.

6 changes: 3 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
codecov:
ci:
- "ci/circle-ci"
- "!ci/circle-ci"
- "!travis-ci.org"
- "!ci.ipfs.team:8111"
- "!ci.ipfs.team"
- "ci.ipfs.team:8111"
- "ci.ipfs.team"
notify:
require_ci_to_pass: no
after_n_builds: 2
Expand Down

0 comments on commit 7e5ea30

Please sign in to comment.