Skip to content

Commit

Permalink
fix(ci): remove svg coverage render to test doc render workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jan 26, 2024
1 parent ecb21df commit d7fbfa6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ jobs:
# run: |
# docker cp ${{ env.jupyter_id }}:${{ env.PYTHON_MODULE_FOLDER }}${{ env.COVERAGE_SVG_PATH }} ${{ env.COVERAGE_SVG_FOLDER }}

- name: Copy test coverage results
run: |
cp ${{ env.PYTHON_MODULE_FOLDER }}${{ env.COVERAGE_SVG_PATH }} ${{ env.COVERAGE_SVG_FOLDER }}
- name: Archive coverage svg
uses: actions/upload-artifact@v3
with:
name: coverage-badge
path: ${{ env.COVERAGE_SVG_PATH }}
# - name: Copy test coverage results
# run: |
# cp ${{ env.PYTHON_MODULE_FOLDER }}${{ env.COVERAGE_SVG_PATH }} ${{ env.COVERAGE_SVG_FOLDER }}
#
# - name: Archive coverage svg
# uses: actions/upload-artifact@v3
# with:
# name: coverage-badge
# path: ${{ env.COVERAGE_SVG_PATH }}

# - name: Tear down the Stack
# run: docker compose down
Expand Down

0 comments on commit d7fbfa6

Please sign in to comment.