Skip to content

Commit

Permalink
Remove useless coverage comment action
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément committed Sep 13, 2024
1 parent e892302 commit f16b0be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ permissions: {}

on:
push:
branches:
- main
pull_request:

jobs:
Expand Down Expand Up @@ -75,7 +77,7 @@ jobs:
run: |
poetry config virtualenvs.create true --local
poetry config virtualenvs.in-project true --local
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Define a cache for the virtual environment based on the dependencies lock file
with:
path: |
Expand Down
32 changes: 0 additions & 32 deletions .github/workflows/coverage.yml

This file was deleted.

0 comments on commit f16b0be

Please sign in to comment.