Skip to content

Commit

Permalink
Merge branch 'Refactoring' of https://github.com/SergiuToporjinschi/n…
Browse files Browse the repository at this point in the history
  • Loading branch information
SergiuToporjinschi committed Feb 16, 2021
2 parents cb6bd70 + 3bd81ce commit 419c837
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,10 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Codacy Coverage Reporter
if: runner.os == 'Linux'
uses: codacy/codacy-coverage-reporter-action@0.2.0
with:
project-token: ${{ secrets.CODACY_TOKEN }}
coverage-reports: ./coverage/lcov.info

0 comments on commit 419c837

Please sign in to comment.