summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codecov.yml
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Split build into bin and obj directoriesTavian Barnes2022-05-161-1/+1
| | | | | This also moves the main binary from ./bfs to ./bin/bfs, and ./tests.sh to ./tests/tests.sh, with the goal of keeping the repository root clean.
* Makefile: Put the main .o files under build/srcTavian Barnes2022-04-211-1/+1
|
* ci/codecov: Look for gcov files under buildTavian Barnes2022-04-181-1/+1
|
* Source / Include Folder (#88)トトも2022-04-161-1/+1
| | | Moved Source Files Into `src` Folder
* Enable Oniguruma by defaultTavian Barnes2022-02-211-0/+1
|
* ci: Add a codecov.io workflowTavian Barnes2021-09-281-0/+31