Compare commits
2 Commits
f7fad87307
...
a7b8bf8c12
Author | SHA1 | Date | |
---|---|---|---|
a7b8bf8c12 | |||
0b8671f48f |
|
@ -26,9 +26,14 @@ jobs:
|
|||
- name: Lint
|
||||
run: |
|
||||
pdm run lint
|
||||
- name: Test
|
||||
- name: Test with Coverage
|
||||
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
|
||||
run: |
|
||||
pdm run app --help
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# 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