Skip to content

Commit

Permalink
mise au point coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
rene-d committed Feb 27, 2020
1 parent 2a54cd1 commit 52cc4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Upload to coveralls.io
run: |
cpp-coveralls --exclude .pio --gcov-options '\-lp'
cpp-coveralls --exclude .pio/ --exclude test/ --exclude build/CMakeFiles/*/CompilerIdC/ --exclude build/CMakeFiles/*/CompilerIdCXX/ --gcov-options '\-lp'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.coveralls_token }}

Expand Down

0 comments on commit 52cc4d5

Please sign in to comment.