File tree 4 files changed +44
-2
lines changed
4 files changed +44
-2
lines changed Original file line number Diff line number Diff line change 1
1
.git_archival.txt export-subst
2
+
3
+ # Archives
4
+ * .7z filter =lfs diff =lfs merge =lfs - text
5
+ * .br filter =lfs diff =lfs merge =lfs - text
6
+ * .gz filter =lfs diff =lfs merge =lfs - text
7
+ * .tar filter =lfs diff =lfs merge =lfs - text
8
+ * .zip filter =lfs diff =lfs merge =lfs - text
9
+
10
+ # Documents
11
+ * .pdf filter =lfs diff =lfs merge =lfs - text
12
+
13
+ # Images
14
+ * .gif filter =lfs diff =lfs merge =lfs - text
15
+ * .ico filter =lfs diff =lfs merge =lfs - text
16
+ * .jpg filter =lfs diff =lfs merge =lfs - text
17
+ * .png filter =lfs diff =lfs merge =lfs - text
18
+ * .psd filter =lfs diff =lfs merge =lfs - text
19
+ * .webp filter =lfs diff =lfs merge =lfs - text
20
+
21
+ # Fonts
22
+ * .woff2 filter =lfs diff =lfs merge =lfs - text
23
+
24
+ # Other
25
+ * .exe filter =lfs diff =lfs merge =lfs - text
26
+ * .jar filter =lfs diff =lfs merge =lfs - text
Original file line number Diff line number Diff line change 20
20
with :
21
21
fetch-depth : 20
22
22
fetch-tags : true
23
+ lfs : true
23
24
- name : Set up Python 3.12
24
25
uses : actions/setup-python@v5
25
26
with :
@@ -29,10 +30,21 @@ jobs:
29
30
pip install -U pip
30
31
pip install tox tox-gh-actions coveralls coverage[toml]
31
32
- name : Check
32
- run : tox
33
+ run : |
34
+ tox
35
+ coverage xml -o cobertura.xml
33
36
env :
34
37
PYTEST_ADDOPTS : --cov-config=pyproject.toml --cov --cov-append --verbose
35
38
- name : Upload Coverage
36
39
run : coveralls --service=github
37
40
env :
38
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
+ - uses : actions/setup-java@v4
43
+ with :
44
+ distribution : ' temurin'
45
+ java-version : ' 21'
46
+ - name : Send coverage to codacy
47
+ run : |
48
+ java -jar ci/codacy-coverage-reporter-assembly.jar report -l Python -t ${PROJECT_TOKEN} -r cobertura.xml
49
+ env :
50
+ PROJECT_TOKEN : ${{ secrets.CODACY_PROJECT_TOKEN }}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Another Qt installer(aqt)
4
4
- Release: |pypi |
5
5
- Documentation: |docs |
6
6
- Test status: |gha | and Coverage: |coveralls |
7
+ - Code Quality: |codacy |
7
8
- Project maturity |Package health |
8
9
9
10
.. |pypi | image :: https://badge.fury.io/py/aqtinstall.svg
@@ -17,7 +18,8 @@ Another Qt installer(aqt)
17
18
.. |Package health | image :: https://snyk.io/advisor/python/aqtinstall/badge.svg
18
19
:target: https://snyk.io/advisor/python/aqtinstall
19
20
:alt: aqtinstall
20
-
21
+ .. |codacy | image :: https://app.codacy.com/project/badge/Grade/188accbe7f8f406abf61b888773bf5e3
22
+ :target: https://app.codacy.com/gh/miurahr/aqtinstall/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
21
23
22
24
23
25
This is a utility alternative to the official graphical Qt installer, for using in CI environment
Original file line number Diff line number Diff line change
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a9fdfe92f450cebf08d4309f0df9c89389041ff9cd6561a396dcd23787217f0
3
+ size 18987294
You can’t perform that action at this time.
0 commit comments