Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Added exclude flag
  • Loading branch information
colin-pm authored Mar 9, 2021
1 parent fc351e2 commit a46c560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run tests
run: |
./build/fibonacci/bin/fibonacci_test --gtest_output="xml:testing-report.xml"
gcovr fibonacci/src build/ --xml-pretty -o coverage-report.xml
gcovr . build/ --exclude fibonacci/test --xml-pretty -o coverage-report.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit a46c560

Please sign in to comment.