mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-06-10 14:34:57 +08:00
10 lines
99 B
Bash
Executable file
Vendored
10 lines
99 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
# CodeCov
|
|
codecov
|
|
|
|
# Codacy
|
|
coverage xml
|
|
python-codacy-coverage -r coverage.xml
|