File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353 - codecov/upload :
5454 # A new step puts us into the repo folder
5555 file : ../Debug-build/coverage.info
56- conf : codecov.yml
56+ # conf: codecov.yml
5757 - coverage-reporter/send_report :
5858 coverage-reports : ' ../Debug-build/coverage.info'
5959 project-token : $CODACY_PROJECT_TOKEN
Original file line number Diff line number Diff line change 3131 run : sudo apt update && sudo apt install -y cmake ninja-build clang gcc g++ clang
3232
3333 - name : Configure
34- run : cmake -GNinja -H. -B../Build -DINCH_UNITS_TEST=ON -DCMAKE_CXX_COMPILER=/usr/bin/${{ matrix.compiler }}-${{ matrix.version }} -DCMAKE_BUILD_TYPE=${{ matrix.type }}
34+ run : cmake -GNinja -H. -B../Build -DINCH_UNITS_TEST=ON -DCMAKE_CXX_COMPILER=/usr/bin/${{ matrix.compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.type }}
3535
3636 - name : Build
3737 run : cmake --build ../Build
You can’t perform that action at this time.
0 commit comments