Skip to content

Commit db1f3b1

Browse files
committed
Add Dependabot config and coverage badge
1 parent b48072f commit db1f3b1

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![PyPI](https://img.shields.io/pypi/v/runcycles)](https://pypi.org/project/runcycles/)
22
[![CI](https://github.com/runcycles/cycles-client-python/actions/workflows/ci.yml/badge.svg)](https://github.com/runcycles/cycles-client-python/actions)
33
[![License](https://img.shields.io/badge/license-Apache%202.0-blue)](LICENSE)
4+
[![Coverage](https://img.shields.io/badge/coverage-85%25+-brightgreen)](https://github.com/runcycles/cycles-client-python/actions)
45

56
# Cycles Python Client
67

0 commit comments

Comments
 (0)