Skip to content

Commit

Permalink
Fixed issues in Github CI failing to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
divineniiquaye committed Feb 21, 2024
1 parent 6475d7b commit 0e78c10
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: php -d "pcov.enabled=1" vendor/bin/pest --coverage --coverage-clover=coverage.clover

- name: "Upload coverage report to Codecov"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.clover

Expand Down Expand Up @@ -159,6 +159,10 @@ jobs:
runs-on: ubuntu-20.04

steps:
-
name: Install libgit2-dev
run: sudo apt-get install -y libgit2-dev

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 0e78c10

Please sign in to comment.