Skip to content

Commit

Permalink
Merge pull request #41 from sumanjitsg/develop
Browse files Browse the repository at this point in the history
added codacy coverage resporter
  • Loading branch information
sumanjitsg authored Jan 8, 2024
2 parents 1801935 + e6fa8cd commit 9cbd0ee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/coverage-reporter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Coverage Reporter

on:
push:
branches: main

jobs:
codacy-coverage-reporter:
name: Codacy Coverage Reporter
runs-on: ubuntu-latest
steps:
- name: Checkout Pull Request
uses: actions/checkout@v3

- name: Run Codacy Coverage Reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: ./__tests__/coverage/lcov.info

0 comments on commit 9cbd0ee

Please sign in to comment.