Skip to content

Commit 81c3f82

Browse files
authored
Merge pull request #27 from foursixnine/github-actions
Enable codecov and remove CircleCI and Travis
2 parents 3dea7bc + 4ba326e commit 81c3f82

4 files changed

Lines changed: 4 additions & 52 deletions

File tree

.github/workflows/ci-linux.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ jobs:
3838
- name: Run tests
3939
run: |
4040
TEST_SHARED=1 TEST_SUBREAPER=1 cover -test
41-
42-
41+
- name: Report coverage
42+
run: |
43+
cover -report codecov

.travis.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

circle.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

minil.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "Mojo-IOLoop-ReadWriteProcess"
2-
badges = ["travis", "codecov"]
2+
badges = ["codecov"]
33
module_maker="ModuleBuild"
44

55
[build]

0 commit comments

Comments
 (0)