Skip to content

Commit

Permalink
Fix NVD tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Jun 10, 2024
1 parent 5f893fb commit b1c1c1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ env:
jobs:
test:
runs-on: ubuntu-22.04
env:
SECCERTS_NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
steps:
- name: apt-get update
run: sudo apt-get update
Expand All @@ -31,4 +33,6 @@ jobs:
- name: Run tests
run: pytest --cov=sec_certs tests
- name: Code coverage upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b1c1c1c

Please sign in to comment.