Skip to content

Commit

Permalink
Fix lint-and-test after the project refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiP98 authored Sep 9, 2024
1 parent 7d7b4c0 commit 2ea4dcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Test
run: |
cd src
cd content/src
coverage run -m unittest discover
coverage xml
- name: Code Coverage Report
Expand All @@ -71,4 +71,4 @@ jobs:
if: github.event_name == 'pull_request'
with:
recreate: true
path: code-coverage-results.md
path: code-coverage-results.md

0 comments on commit 2ea4dcc

Please sign in to comment.