Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ jobs:
echo '```text' >> $GITHUB_STEP_SUMMARY
go tool cover -func=coverage.out >> $GITHUB_STEP_SUMMARY
echo '```' >> $GITHUB_STEP_SUMMARY

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
if: matrix.os == 'ubuntu-latest'
with:
slug: Cloudstic/cli
files: coverage.out
token: ${{ secrets.CODECOV_TOKEN }}
build:
name: Build
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Cloudstic CLI

[![CI](https://github.com/Cloudstic/cli/actions/workflows/ci.yml/badge.svg)](https://github.com/Cloudstic/cli/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/Cloudstic/cli/branch/main/graph/badge.svg)](https://codecov.io/gh/Cloudstic/cli)
![Release](https://img.shields.io/github/v/release/Cloudstic/cli)
![License](https://img.shields.io/github/license/Cloudstic/cli)
![Go Version](https://img.shields.io/github/go-mod/go-version/Cloudstic/cli)

Content-addressable, encrypted backup tool for Google Drive, OneDrive, and local files.

## Features
Expand Down