Compare commits
2 Commits
f7fad87307
...
a7b8bf8c12
Author | SHA1 | Date | |
---|---|---|---|
a7b8bf8c12 | |||
0b8671f48f |
|
@ -26,9 +26,14 @@ jobs:
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
pdm run lint
|
pdm run lint
|
||||||
- name: Test
|
- name: Test with Coverage
|
||||||
run: |
|
run: |
|
||||||
pdm run test
|
pdm run coverage
|
||||||
|
- name: Upload Coverage to Codacy
|
||||||
|
env:
|
||||||
|
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
|
||||||
|
run: |
|
||||||
|
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r coverage.xml
|
||||||
- name: Run
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
pdm run app --help
|
pdm run app --help
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# JOJ3-config-generator
|
# JOJ3-config-generator
|
||||||
|
|
||||||
|
[](https://app.codacy.com/gh/joint-online-judge/JOJ3-config-generator/dashboard)
|
||||||
|
[](https://app.codacy.com/gh/joint-online-judge/JOJ3-config-generator/dashboard)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
### For users
|
### For users
|
||||||
|
|
Loading…
Reference in New Issue
Block a user