Skip to content

Commit

Permalink
update unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomino committed Oct 4, 2023
1 parent b5216cb commit d5c8c42
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,4 @@ jobs:
- name: Running test
run: |
make test
- name: Badge creation
run: |
coverage-badge -o coverage.svg
- uses: actions/upload-artifact@v3
with:
name: coverage-badge
path: coverage.svg
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3

0 comments on commit d5c8c42

Please sign in to comment.