Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 70b9d29

Browse files
authored
Merge pull request #14 from codacy/fix-badge
fix: Fix Codacy badge in README.md
2 parents 07a1c01 + 1be44b1 commit 70b9d29

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@0.0.13
4+
codacy: codacy/base@1.2.1
55

66
jobs:
77
build_and_test:
@@ -186,5 +186,5 @@ workflows:
186186
- build_runtime_3.0_linux-x64
187187
# - build_and_coverage
188188
filters:
189-
branches:
190-
only: master
189+
branches:
190+
only: master

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Codacy C# Coverage Reporter
22

3-
[![Codacy Badge](https://api.codacy.com/project/badge/grade/62d12b85e3ea42e080d9a3c3dfa7a5bf)](https://www.codacy.com/app/Codacy/csharp-codacy-coverage)
4-
[![Codacy Badge](https://api.codacy.com/project/badge/coverage/62d12b85e3ea42e080d9a3c3dfa7a5bf)](https://www.codacy.com/app/Codacy/csharp-codacy-coverage)
3+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b247c4395db74227a61069bf3d303f5c)](https://www.codacy.com/gh/codacy/csharp-codacy-coverage?utm_source=github.com&utm_medium=referral&utm_content=codacy/csharp-codacy-coverage&utm_campaign=Badge_Grade)
54
[![Circle CI](https://circleci.com/gh/codacy/csharp-codacy-coverage.svg?style=shield)](https://circleci.com/gh/codacy/csharp-codacy-coverage)
65

76
[Codacy](https://codacy.com/) coverage support for C#. This tool uses Codacy API to send the coverage report parsed from OpenCover or dotCover coverage tools.

0 commit comments

Comments
 (0)