Skip to content

Commit

Permalink
Follow-up commit on codecov and gh-pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Feb 6, 2024
1 parent 11d7a40 commit ad040f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asv-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: asv run ALL --skip-existing --verbose || true

- name: Submit new results to the "benchmarks" branch
uses: JamesIves/github-pages-deploy-action@dev
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: benchmarks
folder: ${{ env.WORKING_DIR }}/_results
Expand All @@ -95,7 +95,7 @@ jobs:
asv publish
- name: Deploy to Github pages
uses: JamesIves/github-pages-deploy-action@dev
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: ${{ env.WORKING_DIR }}/_html
1 change: 1 addition & 0 deletions .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ jobs:
- name: Upload coverage report to codecov
uses: codecov/codecov-action@main
with:
file: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ad040f5

Please sign in to comment.