Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostloda committed Feb 27, 2025
1 parent e94f81b commit 96e9fb1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
env:
# Common versions
GO_VERSION: "1.20"
PROJECT_PATH: "lifecycle"
PROJECT_PATH: "./lifecycle"

jobs:
coverage:
Expand All @@ -39,10 +39,8 @@ jobs:
- name: Install Dependencies
run: sudo apt update && sudo apt install -y libgpgme-dev libbtrfs-dev libdevmapper-dev

- name: CD to Project Directory
run: cd ${{ env.PROJECT_PATH }}
- name: Run Coverage
run: make coverage
run: cd ${{ env.PROJECT_PATH }} && make coverage

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3

0 comments on commit 96e9fb1

Please sign in to comment.