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

feat: use azure pipelines instead of travis #10

Merged
merged 1 commit into from
Oct 15, 2019

Conversation

baszalmstra
Copy link
Collaborator

@baszalmstra baszalmstra commented Oct 5, 2019

For an example of the result see:
https://dev.azure.com/mun-lang/mun/_build/results?buildId=49&view=results

Currently the pipeline checks the code with cargo check, runs cargo test for stable, beta, nightly on Linux, and computes codecoverage.

Both the interface is nicer, and its builds considerably faster than travis.

  • Builds & tests on Linux
  • Builds & tests on Windows
  • Builds & tests on macOS
  • Builds Beta&Nightly
  • Checks formatting with cargo fmt --check
  • Uploads code coverage to codecov
  • Update readme badges

@baszalmstra baszalmstra self-assigned this Oct 5, 2019
@baszalmstra
Copy link
Collaborator Author

@codecov
Copy link

codecov bot commented Oct 5, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@b3040d4). Click here to learn what that means.
The diff coverage is 23.07%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #10   +/-   ##
=========================================
  Coverage          ?   49.66%           
=========================================
  Files             ?       91           
  Lines             ?     6055           
  Branches          ?        0           
=========================================
  Hits              ?     3007           
  Misses            ?     3048           
  Partials          ?        0
Impacted Files Coverage Δ
crates/mun_runtime/src/lib.rs 0% <ø> (ø)
crates/mun_abi/src/autogen.rs 0% <ø> (ø)
crates/mun_codegen/src/lib.rs 100% <ø> (ø)
crates/mun_codegen/src/ir/function.rs 75.82% <ø> (ø)
crates/mun_syntax/src/lib.rs 69.49% <ø> (ø)
crates/mun_codegen/src/code_gen/symbols.rs 0% <0%> (ø)
crates/mun_codegen/src/code_gen/linker.rs 0% <0%> (ø)
crates/mun_target/src/spec.rs 0% <0%> (ø)
crates/mun_syntax/src/tests.rs 87.09% <100%> (ø)
crates/mun_codegen/src/tests.rs 97.56% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b3040d4...4c0e3a5. Read the comment docs.

@baszalmstra baszalmstra force-pushed the azure-pipelines branch 20 times, most recently from f16799c to d7a8a1a Compare October 8, 2019 10:28
@baszalmstra baszalmstra force-pushed the azure-pipelines branch 7 times, most recently from 8fa5cc4 to a8e1ca1 Compare October 15, 2019 14:34
@baszalmstra baszalmstra force-pushed the azure-pipelines branch 10 times, most recently from 7ba49cb to 7c69c7b Compare October 15, 2019 17:05
@baszalmstra baszalmstra marked this pull request as ready for review October 15, 2019 17:06
@baszalmstra baszalmstra merged commit 5b9650c into mun-lang:master Oct 15, 2019
@baszalmstra baszalmstra deleted the azure-pipelines branch October 15, 2019 17:46
@Wodann Wodann added this to the Mun v0.1.0 milestone May 14, 2020
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.

2 participants