Skip to content

Commit 3eee5ce

Browse files
Remove codecov.io (#496)
Thoughtworks no longer has a codecov.io subscription Authored-by: Owen Nelson <[email protected]>
1 parent 5bd655f commit 3eee5ce

File tree

3 files changed

+7
-31
lines changed

3 files changed

+7
-31
lines changed

.github/workflows/test-and-coverage.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@ jobs:
2323
run: |
2424
git config user.email "[email protected]"
2525
git config user.name "Talisman Maintainers"
26-
go test -covermode=count -coverprofile=coverage.out -v ./...
27-
- name: Codecov
28-
# You may pin to the exact commit or the version.
29-
# uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649
30-
uses: codecov/[email protected]
26+
go test -covermode=count -v ./...
3127
- name: Install bash_unit
3228
run: bash <(curl -s https://raw.githubusercontent.com/pgrange/bash_unit/master/install.sh)
3329
- name: Test install script

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
<h1 align="center">Talisman</h1>
55
<p align="center">A tool to detect and prevent secrets from getting checked in</p>
66

7-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Go Report Card](https://goreportcard.com/badge/thoughtworks/talisman)](https://goreportcard.com/report/thoughtworks/talisman) [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/thoughtworks/talisman/issues) [![Build Status](https://github.com/thoughtworks/talisman/actions/workflows/test-and-coverage.yml/badge.svg?branch=master)](https://github.com/thoughtworks/talisman/actions/workflows/test-and-coverage.yml) [![Coverage Status](https://codecov.io/gh/thoughtworks/talisman/branch/master/graph/badge.svg)](https://codecov.io/gh/thoughtworks/talisman)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
8+
[![Go Report Card](https://goreportcard.com/badge/thoughtworks/talisman)](https://goreportcard.com/report/thoughtworks/talisman)
9+
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/thoughtworks/talisman/issues)
10+
[![Build Status](https://github.com/thoughtworks/talisman/actions/workflows/test-and-coverage.yml/badge.svg?branch=main)](https://github.com/thoughtworks/talisman/actions/workflows/test-and-coverage.yml)
811

912
## Table of Contents
1013

@@ -187,14 +190,14 @@ If at all you need to manually upgrade, here are the steps:
187190
<br>[Recommended] Update Talisman binary and hook scripts to the latest release:
188191

189192
```bash
190-
curl --silent https://raw.githubusercontent.com/thoughtworks/talisman/master/global_install_scripts/update_talisman.bash > /tmp/update_talisman.bash && /bin/bash /tmp/update_talisman.bash
193+
curl --silent https://raw.githubusercontent.com/thoughtworks/talisman/main/global_install_scripts/update_talisman.bash > /tmp/update_talisman.bash && /bin/bash /tmp/update_talisman.bash
191194
```
192195

193196

194197
Update only Talisman binary by executing:
195198

196199
```bash
197-
curl --silent https://raw.githubusercontent.com/thoughtworks/talisman/master/global_install_scripts/update_talisman.bash > /tmp/update_talisman.bash && /bin/bash /tmp/update_talisman.bash talisman-binary
200+
curl --silent https://raw.githubusercontent.com/thoughtworks/talisman/main/global_install_scripts/update_talisman.bash > /tmp/update_talisman.bash && /bin/bash /tmp/update_talisman.bash talisman-binary
198201
```
199202

200203
# Talisman in action

codecov.yml

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

0 commit comments

Comments
 (0)