Skip to content

Commit

Permalink
Update github action workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ti1uan committed Feb 17, 2024
1 parent a9495c0 commit b67e803
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests
name: CI

on:
workflow_dispatch:
Expand All @@ -7,11 +7,13 @@ on:
- main
paths:
- '**/src/**'
- '**/tests/**'
pull_request:
branches:
- main
paths:
- '**/src/**'
- '**/tests/**'

jobs:
build:
Expand All @@ -30,4 +32,4 @@ jobs:
run: pip install -r requirements.txt

- name: Run tests
run: pytest
run: pytest --cov --cov-report html

0 comments on commit b67e803

Please sign in to comment.