Update ci.yml

This commit is contained in:
Boroumand, Amir A 2024-04-22 14:22:32 -04:00
parent 658f6f9159
commit 216479bd96

View File

@ -5,7 +5,7 @@ on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
@ -32,4 +32,9 @@ jobs:
run: |
pylint $(git ls-files '*.py')
- name: Run tests with pytest
run: pytest
run: pytest
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: steelcityamir/safe-content-ai