summaryrefslogtreecommitdiffstats
path: root/.github/workflows/codecov.yml
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump codecov/codecov-action from 3 to 4dependabot[bot]4 days1-1/+1
| | | | | | | | | | | | | | | Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* build: Add a separate configuration stepTavian Barnes2024-04-091-1/+2
|
* build: Don't use libattrTavian Barnes2024-04-041-1/+0
| | | | | We only rely on interfaces like listxattr() which are provided by the C library itself.
* 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