Coverage file added
This commit is contained in:
parent
6588e28d6f
commit
3d3b04c758
1 changed files with 17 additions and 0 deletions
17
.github/workflows/codacy-coverage-reporter.yml
vendored
Normal file
17
.github/workflows/codacy-coverage-reporter.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
# This sends coverage reports to codacy
|
||||||
|
#
|
||||||
|
name: codacy-coverage-reporter
|
||||||
|
|
||||||
|
on: ["push"]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
codacy-coverage-reporter:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: codacy-coverage-reporter
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: Run codacy-coverage-reporter
|
||||||
|
uses: codacy/codacy-coverage-reporter-action@master
|
||||||
|
with:
|
||||||
|
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||||
|
coverage-reports: coverage.xml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue