summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codecov.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: Update action and image versionsTavian Barnes2024-01-011-2/+2
|
* ci: Install expect for unbufferTavian Barnes2023-10-051-0/+1
|
* build: Add liburing on LinuxTavian Barnes2023-10-021-1/+2
|
* ci/codecov: Use a tokenTavian Barnes2022-11-081-2/+3
| | | | Workaround for https://github.com/codecov/codecov-action/issues/837
* codecov: Fix conflicts between src/*.c and tests/*.cTavian Barnes2022-11-031-1/+1
|
* ci: Update GitHub actionsTavian Barnes2022-05-241-2/+2
|
* ci/codecov: Run the sudo testsTavian Barnes2022-05-211-1/+1
|
* 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