Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specified more values in toolchain file #8

Merged
merged 6 commits into from
Mar 8, 2024

Conversation

FerrisWasTaken
Copy link
Collaborator

This is to make toolchains more standardised. For example if someone in a newer version of rust uses a feature added in that release and someone on an older version attempts to compile, it will fail. So, rather than everyone using various features from various releases, we should all use a single standard release (stable 1.76.0).

@coveralls
Copy link

coveralls commented Mar 5, 2024

Pull Request Test Coverage Report for Build 8169916226

Details

  • 2 of 41 (4.88%) changed or added relevant lines in 2 files are covered.
  • 6 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-2.9%) to 14.512%

Changes Missing Coverage Covered Lines Changed/Added Lines %
paxy/src/config.rs 0 39 0.0%
Files with Coverage Reduction New Missed Lines %
../../../.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/de.rs 2 0.0%
C:/Users/runneradmin/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.7.8/src/de.rs 2 0.0%
paxy/src/config.rs 2 0.0%
Totals Coverage Status
Change from base Build 6135823002: -2.9%
Covered Lines: 615
Relevant Lines: 4238

💛 - Coveralls

@pvshvp-oss pvshvp-oss merged commit 0f0c20d into Pax-Hub:main Mar 8, 2024
6 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants