Compare commits
No commits in common. "a7b8bf8c12998727bbd5fa69a76464af74430f38" and "f7fad87307dd12429f18f50f1abc943c7918ba3d" have entirely different histories.
a7b8bf8c12
...
f7fad87307
|
@ -26,14 +26,9 @@ jobs:
|
|||
- name: Lint
|
||||
run: |
|
||||
pdm run lint
|
||||
- name: Test with Coverage
|
||||
- name: Test
|
||||
run: |
|
||||
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
|
||||
pdm run test
|
||||
- name: Run
|
||||
run: |
|
||||
pdm run app --help
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# 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
|
||||
|
||||
### For users
|
||||
|
|
Loading…
Reference in New Issue
Block a user