mirror of
https://github.com/simple-login/app.git
synced 2025-09-16 03:24:43 +08:00
store htmlcov as a workflow artefact
This commit is contained in:
parent
db0114bf16
commit
0023627bf5
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -40,6 +40,12 @@ jobs:
|
|||
run: |
|
||||
pytest
|
||||
|
||||
- name: Archive code coverage results
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: code-coverage-report
|
||||
path: htmlcov
|
||||
|
||||
- name: Publish to Docker Registry
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
uses: docker/build-push-action@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue