Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
removing badges/html push.
  • Loading branch information
ACEnglish authored Jun 3, 2024
1 parent 16904ba commit 141c0ad
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,3 @@ jobs:
- name: Running pylint
run: |
python repo_utils/pylint_maker.py
- name: Uploading badges
uses: actions/upload-artifact@v3
with:
name: htmlcov
path: test_results/htmlcov
- name: Commit README
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "Update coverage score" -a || echo "No changes to commit"
- name: Push README
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}

0 comments on commit 141c0ad

Please sign in to comment.