mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
Coverage file added
This commit is contained in:
parent
1545b7893a
commit
b2d7bcbc71
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