Skip to content

Commit

Permalink
give up on github pages code report for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagocoutinho committed Nov 23, 2023
1 parent bafe306 commit 9ec76f0
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,30 +81,3 @@ jobs:
recreate: true
- name: Write to Job Summary
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY

deploy:
runs-on: ubuntu-latest
needs: tests
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Git
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Create and switch to gh-pages branch
run: |
git checkout gh-pages
git fetch origin gh-pages:gh-pages
- name: Copy coverage HTML report from artifact
run: |
cp -r ${{ needs.tests.outputs.artifacts_directory }}/htmlcov/* .
- name: Commit and push changes
run: |
git add .
git commit -m "Update coverage HTML report"
git push origin gh-pages

0 comments on commit 9ec76f0

Please sign in to comment.