Skip to content

Commit

Permalink
Add Codecov for Tinkerpop/Gremlin-Go (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonz-bq authored May 3, 2022
1 parent c8c1cde commit b3d378b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

ignore:
- "**/cucumber"
5 changes: 5 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ jobs:
docker-compose up --exit-code-from gremlin-go-integration-tests
docker-compose down
- name: Upload to Codecov
uses: codecov/codecov-action@v2
with:
working-directory: ./gremlin-go

- name: Go-Vet
working-directory: ./gremlin-go
run: go vet ./...
2 changes: 2 additions & 0 deletions gremlin-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ for early testing purposes only.
-->

[![codecov](https://codecov.io/gh/apache/tinkerpop/branch/master/graph/badge.svg?token=TojD2nR5Qd)](https://codecov.io/gh/apache/tinkerpop)

# Getting Started

## Prerequisites
Expand Down

0 comments on commit b3d378b

Please sign in to comment.