dependabot[bot]
1c7567b34d
Bump codecov/codecov-action from 4 to 5
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4 to 5.
- [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/v4...v5 )
---
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>
2024-11-18 09:07:04 +01:00
Dirkjan Ochtman
4401f399ab
Use environment secrets for Codecov token
2024-07-08 15:19:53 +02:00
Jubilee Young
6c86cd1560
Remove rustc-serialize from library
2024-03-30 15:01:40 +01:00
Paul Dicker
1cebe0cfda
Run GitHub Actions on push to 0.5.x branch
2024-02-12 10:36:23 +01:00
dependabot[bot]
f4b47013ed
Bump codecov/codecov-action from 3 to 4
...
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>
2024-02-05 11:50:42 +01:00
Gerd Zellweger
849932b09b
Change the CI --all-features to an explicit list.
...
This is due to the mutually exclusive features in rkyv which
we expose now. `--all-features` will now activate them and the crate
will fail to compile rkyv. We work around this by defining
an explicit list of all mutually exclusive features to.
Unfortunately there isn't an easy way to share env variables
among different YAML files
(https://github.com/actions/runner/issues/655 ).
There also isn't a good way to specify `--all-features` minus
"just a few" (https://github.com/rust-lang/cargo/issues/3126 )
aside from giving the complete list.
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
2023-12-29 09:51:40 +01:00
Paul Dicker
85d4f7f590
Bump actions/checkout from 3 to 4
2023-09-11 09:22:50 +02:00
Paul Dicker
1b25e4717c
Include doctests for code coverage
2023-09-03 07:02:57 +02:00
Dirkjan Ochtman
2d2f84743b
Use CODECOV_TOKEN when uploading coverage data
2023-08-29 13:23:13 +02:00
jtmoon79
95b826e9dc
change code coverage from grcov to cargo-llvm-cov
2023-08-07 16:27:13 +02:00