Compare commits
No commits in common. "a7b8bf8c12998727bbd5fa69a76464af74430f38" and "f7fad87307dd12429f18f50f1abc943c7918ba3d" have entirely different histories.
a7b8bf8c12
...
f7fad87307
|
@ -26,14 +26,9 @@ jobs:
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: |
|
run: |
|
||||||
pdm run lint
|
pdm run lint
|
||||||
- name: Test with Coverage
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
pdm run coverage
|
pdm run test
|
||||||
- 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,8 +1,5 @@
|
||||||
# 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