Skip to content

Commit

Permalink
fix code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Jul 5, 2023
1 parent debb31d commit 9e6e1bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'config.json'
branches:
- 'master'
- "fix*"

pull_request:
branches:
Expand Down Expand Up @@ -34,7 +35,7 @@ jobs:
sudo apt install libvips-dev -y
- name: run test cases
run: make test && make
run: make && make test

- name: Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 9e6e1bd

Please sign in to comment.