dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
114 stars 56 forks source link

Skip the AST checks when the tests are run by Buildkite. #432

Closed Hackerpilot closed 3 years ago

Hackerpilot commented 3 years ago

Fixes #431.

codecov[bot] commented 3 years ago

Codecov Report

Merging #432 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #432   +/-   ##
=======================================
  Coverage   81.86%   81.86%           
=======================================
  Files          11       11           
  Lines        8446     8446           
=======================================
  Hits         6914     6914           
  Misses       1532     1532           

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 775d656...440b64e. Read the comment docs.

Hackerpilot commented 3 years ago

@wilzbach @Geod24 Thoughts? In my opinion there's not really any point to having these tests run by DMD's CI.