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

Commit

Permalink
Merge pull request #14 from codacy/fix-badge
Browse files Browse the repository at this point in the history
fix: Fix Codacy badge in README.md
  • Loading branch information
lolgab authored Jan 9, 2020
2 parents 07a1c01 + 1be44b1 commit 70b9d29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codacy: codacy/base@0.0.13
codacy: codacy/base@1.2.1

jobs:
build_and_test:
Expand Down Expand Up @@ -186,5 +186,5 @@ workflows:
- build_runtime_3.0_linux-x64
# - build_and_coverage
filters:
branches:
only: master
branches:
only: master
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Codacy C# Coverage Reporter

[![Codacy Badge](https://api.codacy.com/project/badge/grade/62d12b85e3ea42e080d9a3c3dfa7a5bf)](https://www.codacy.com/app/Codacy/csharp-codacy-coverage)
[![Codacy Badge](https://api.codacy.com/project/badge/coverage/62d12b85e3ea42e080d9a3c3dfa7a5bf)](https://www.codacy.com/app/Codacy/csharp-codacy-coverage)
[![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)
[![Circle CI](https://circleci.com/gh/codacy/csharp-codacy-coverage.svg?style=shield)](https://circleci.com/gh/codacy/csharp-codacy-coverage)

[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.
Expand Down

0 comments on commit 70b9d29

Please sign in to comment.