Skip to content

Commit

Permalink
chore: Don't upload badge as artifact. Can't currently use it
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Jan 31, 2023
1 parent de0f058 commit 6d9817b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,3 @@ jobs:
git diff --name-only $(git merge-base $BASE $HEAD) | \
xargs docstr-coverage --accept-empty
if: failure()

- uses: actions/upload-artifact@v3
with:
name: docstr-cov-badge
path: "*.svg"

0 comments on commit 6d9817b

Please sign in to comment.