Skip to content

Commit ee8d062

Browse files
committed
remove coveralls
1 parent 5268a10 commit ee8d062

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# See: https://circleci.com/docs/2.0/configuration-reference
33
version: 2.1
44

5-
orbs:
6-
coveralls: coveralls/[email protected]
7-
85
# Define a job to be invoked later in a workflow.
96
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
107
jobs:
@@ -24,7 +21,6 @@ jobs:
2421
- run:
2522
name: Run doc
2623
command: "cargo doc"
27-
- coveralls/upload
2824

2925

3026
# Invoke jobs via workflows

0 commit comments

Comments
 (0)