Skip to content

Commit

Permalink
Forgot && \
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Jun 13, 2024
1 parent f29f0ae commit 8265d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ RUN lcov -c -d /cyclus -o initial_coverage.info --gcov-tool ${GCOV} --initial --
cd tests && python3 -m pytest && cd .. && \
lcov -c -d /cyclus -o test_coverage.info --gcov-tool ${GCOV} --no-external && \
lcov --add-tracefile initial_coverage.info --add-tracefile test_coverage.info -o temp_coverage.info && \
lcov --remove temp_coverage.info -o total_coverage.info '/cyclus/build/_deps/**'
lcov --remove temp_coverage.info -o total_coverage.info '/cyclus/build/_deps/**' && \
mkdir -p html && genhtml total_coverage.info --output-directory html

FROM scratch as coverage-report
Expand Down

0 comments on commit 8265d8b

Please sign in to comment.