Skip to content

Commit

Permalink
Update test.yml with WIP tag & remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzobeg committed Mar 6, 2024
1 parent ed6972a commit 96c87c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Testing
name: Testing[WIP]

on:
push:
Expand Down Expand Up @@ -36,9 +36,6 @@ jobs:
coverage run -m pytest
coverage report -m
echo "coverage_score=$(coverage report -m | awk 'END{print$4}')" >> "${GITHUB_OUTPUT}"
- uses: actions/checkout@v4
with:
ref: badges
- name: Extract branch name
shell: bash
Expand Down

0 comments on commit 96c87c8

Please sign in to comment.