Skip to content

Commit

Permalink
enable Codacy coverage reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
tkraak committed Jul 31, 2021
1 parent 407d470 commit 78630d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests & report coverage
name: CI
on: [push, pull_request]

jobs:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

#- name: Codacy
#uses: codacy/codacy-coverage-reporter-action@v1
#with:
#project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
- name: Codacy
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Ember.js Octane Tutorial - Demo Application

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3cc355a9c33d4f82b8c4ec6505b0636e)](https://app.codacy.com/app/zdebre/library-app?utm_source=github.com&utm_medium=referral&utm_content=zoltan-nz/library-app&utm_campaign=Badge_Grade_Settings)
![CI](https://github.com/zoltan-nz/library-app/actions/workflows/ci.yml/badge.svg)
[![coverage](https://coveralls.io/repos/github/zoltan-nz/library-app/badge.svg?branch=master)](https://coveralls.io/github/zoltan-nz/library-app?branch=master)
[![CI Build Status][ci-badge]][ci-badge-url]
[![Codacy Grade Status][codacy-badge]][codacy-badge-url]
[![Coveralls Coverage Status][coveralls-badge]][coveralls-badge-url]

[ci-badge]: https://github.com/zoltan-nz/library-app/workflows/CI/badge.svg
[ci-badge-url]: https://github.com/zoltan-nz/library-app/actions?query=workflow:CI
[codacy-badge]: https://api.codacy.com/project/badge/Grade/3cc355a9c33d4f82b8c4ec6505b0636e
[codacy-badge-url]: https://app.codacy.com/app/zdebre/library-app
[coveralls-badge]: https://coveralls.io/repos/github/zoltan-nz/library-app/badge.svg?branch=master
[coveralls-badge-url]: https://coveralls.io/github/zoltan-nz/library-app?branch=master

This is the original repository of the Library App.

Expand Down

0 comments on commit 78630d9

Please sign in to comment.